summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-11-14GitRepository: add diff_status methodMarkus Lehtonen1-0/+13
2014-11-14GitRepository: allow repo inititialization from subdirMarkus Lehtonen1-2/+2
2014-11-14GitRepository: Implement status methodEd Bartosh1-0/+22
2014-11-14GitRepository: raise GitRepositoryError instead of GbpErrorMarkus Lehtonen1-1/+1
2014-11-14GitRepository.archive: support getting tar data as return valueMarkus Lehtonen1-1/+1
2014-11-14log: don't automatically setup gbp-specific loggerMarkus Lehtonen1-0/+2
2014-11-14rpm tests: disable one anomalous pylint errorMarkus Lehtonen1-0/+4
2014-11-14tests: add tests for UpstreamSource.guess_version()Markus Lehtonen1-0/+2
2014-11-14ComponentTestBase: add dirs argument to _check_repo_state()Markus Lehtonen2-14/+18
2014-11-14ComponentTestBase: add ls_tree() methodMarkus Lehtonen1-0/+7
2014-11-14ComponentTestBase: add check_files() methodMarkus Lehtonen1-4/+10
2014-11-14ComponentTestBase: add a per-class toplevel temp dirMarkus Lehtonen1-1/+8
2014-11-14ComponentTestBase: ignore system and user configMarkus Lehtonen1-0/+3
2014-10-29git.vfs: fix close methodGuido Günther1-0/+1
2014-09-12Allow to always drop pq branch after exportGuido Günther1-1/+22
2014-07-28Remove all other log handlers when capturing logsGuido Günther1-0/+2
2014-07-24Pass --no-pristine-tar to SRPM compnent testsGuido Günther1-11/+11
2014-07-24Introduce git-import-srpm toolMarkus Lehtonen4-0/+382
2014-07-24Introduce rpm helpersMarkus Lehtonen25-0/+1000
2014-05-16Fix comitter vs committer typosGuido Günther1-1/+1
2014-04-03config: add decorator to add_option_* functionsGuido Günther2-16/+60
2014-04-02Remove tests now covered by 18_test_ConfigGuido Günther1-21/+0
2014-04-01Add minimal 'config' commandGuido Günther5-3/+73
2014-04-01Test option parser fallbacks more thoroughlyGuido Günther2-0/+99
2014-03-27ComponentTestBase: use regex matching in log checkingMarkus Lehtonen1-3/+4
2014-03-27Use a temporary directoryGuido Günther1-4/+7
2014-03-27tests: more robust check for the default urgency level of dchMarkus Lehtonen1-9/+14
2014-02-23import_dsc: Create missing debian branch with --create-missing-branchesGuido Günther2-2/+32
2014-02-19config: Don't pull in config defaults twiceGuido Günther1-1/+1
2014-01-07tests: adapt dch tests for older devscriptsMarkus Lehtonen2-17/+39
2013-12-17Adjust test cases to newer devscriptsGuido Günther1-15/+15
2013-10-31pq: rewrite patch export functionalityMarkus Lehtonen1-9/+6
2013-09-10tests: remove unused import in submodule testsMarkus Lehtonen1-1/+0
2013-09-10tests: upper case global variables in submodule testsMarkus Lehtonen1-38/+38
2013-09-10tests: add some docstrings to git submodule testsMarkus Lehtonen1-0/+4
2013-09-10tests: use eq_ and ok_ from nose tools in submodule testsMarkus Lehtonen1-12/+13
2013-09-10tests: add test for archiving without git submodulesMarkus Lehtonen1-15/+22
2013-09-10git: new class and method for remote repositoriesMarkus Lehtonen1-0/+22
2013-09-10GitRepository.pull: Add 'all_remotes' optionLingchaox Xin1-0/+2
2013-09-10GitRepository.push: Add 'tags' optionLingchaox Xin1-0/+2
2013-09-10GitRepository.push: Add 'force' optionLingchaox Xin1-0/+1
2013-09-10GitRepository.list_tree: add 'paths' optionMarkus Lehtonen1-1/+4
2013-09-05ComponentTestBase: use eq_() ok_() from nose.toolsMarkus Lehtonen1-9/+9
2013-09-05GitRepository.diff: add 'text' optionMarkus Lehtonen1-0/+2
2013-09-04GitRepository: Add clean() methodMarkus Lehtonen1-0/+18
2013-09-04GitRepository.fetch: Add 'all_remotes' optionLingchaox Xin1-0/+1
2013-09-04GitRepository.fetch: Add 'refspec' optionLingchaox Xin1-0/+1
2013-09-04GitRepository.describe: add 'tags' and 'extra-match' optionsLingchaox Xin1-0/+6
2013-09-04ComponentTestBase: keep tmpdir if GBP_TESTS_NOCLEAN is in envMarkus Lehtonen1-1/+2
2013-09-04ComponentTestBase: fix env restore in teardownMarkus Lehtonen1-1/+2