aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Fix comitter vs committer typosGuido Günther2014-05-16
* config: add decorator to add_option_* functionsGuido Günther2014-04-03
* Remove tests now covered by 18_test_ConfigGuido Günther2014-04-02
* Add minimal 'config' commandGuido Günther2014-04-01
* Test option parser fallbacks more thoroughlyGuido Günther2014-04-01
* ComponentTestBase: use regex matching in log checkingMarkus Lehtonen2014-03-27
* Use a temporary directoryGuido Günther2014-03-27
* tests: more robust check for the default urgency level of dchMarkus Lehtonen2014-03-27
* import_dsc: Create missing debian branch with --create-missing-branchesGuido Günther2014-02-23
* config: Don't pull in config defaults twiceGuido Günther2014-02-19
* tests: adapt dch tests for older devscriptsMarkus Lehtonen2014-01-07
* Adjust test cases to newer devscriptsGuido Günther2013-12-17
* pq: rewrite patch export functionalityMarkus Lehtonen2013-10-31
* tests: remove unused import in submodule testsMarkus Lehtonen2013-09-10
* tests: upper case global variables in submodule testsMarkus Lehtonen2013-09-10
* tests: add some docstrings to git submodule testsMarkus Lehtonen2013-09-10
* tests: use eq_ and ok_ from nose tools in submodule testsMarkus Lehtonen2013-09-10
* tests: add test for archiving without git submodulesMarkus Lehtonen2013-09-10
* git: new class and method for remote repositoriesMarkus Lehtonen2013-09-10
* GitRepository.pull: Add 'all_remotes' optionLingchaox Xin2013-09-10
* GitRepository.push: Add 'tags' optionLingchaox Xin2013-09-10
* GitRepository.push: Add 'force' optionLingchaox Xin2013-09-10
* GitRepository.list_tree: add 'paths' optionMarkus Lehtonen2013-09-10
* ComponentTestBase: use eq_() ok_() from nose.toolsMarkus Lehtonen2013-09-05
* GitRepository.diff: add 'text' optionMarkus Lehtonen2013-09-05
* GitRepository: Add clean() methodMarkus Lehtonen2013-09-04
* GitRepository.fetch: Add 'all_remotes' optionLingchaox Xin2013-09-04
* GitRepository.fetch: Add 'refspec' optionLingchaox Xin2013-09-04
* GitRepository.describe: add 'tags' and 'extra-match' optionsLingchaox Xin2013-09-04
* ComponentTestBase: keep tmpdir if GBP_TESTS_NOCLEAN is in envMarkus Lehtonen2013-09-04
* ComponentTestBase: fix env restore in teardownMarkus Lehtonen2013-09-04
* ComponentTestBase: more verbose output in case of branch mismatchMarkus Lehtonen2013-09-04
* Use open() instead of file()Guido Günther2013-08-28
* dch: make automatic adding of new sections more robustGuido Günther2013-08-21
* Move MockedChangelog to testutilsGuido Günther2013-08-21
* GitRepository.set_upstream_branch: Newer git wants a valid remote repo entryGuido Günther2013-07-04
* Test succesful import tooGuido Günther2013-06-30
* import-dsc: print filename instead of object nameGuido Günther2013-06-26
* Consistently call gbp the supercommandGuido Günther2013-06-26
* GbpOptionParser: add test for 'filter' option handlingGuido Günther2013-06-19
* GbpOptionParser: Make sure we parse the old config sectionsGuido Günther2013-06-19
* Add wrapper for all gbp commandsGuido Günther2013-06-18
* GitRepository.get_subject: use get_commit_infoGuido Günther2013-06-11
* buildpackage: use get_commit_info() instead of get_subject()Markus Lehtonen2013-06-11
* Remove unused importsGuido Günther2013-06-11
* GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen2013-06-06
* gitmodifier: make the datetime object always have timezoneMarkus Lehtonen2013-06-06
* trivial: simplify option assignmentGuido Günther2013-04-30
* Silence test_debian_missing_authorGuido Günther2013-04-30
* Make parse_dsc a classmethod of DscFileGuido Günther2013-04-29