summaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* 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
* ChangeLog: Remove is_nativeGuido Günther2013-04-29
* GitRepository.has_feature: capture stderrGuido Günther2013-04-27
* Silence GitRepository.grep_logGuido Günther2013-04-27
* 10_test_get_upstream_tree: Fix test descriptionsGuido Günther2013-04-26
* 14_test_gbp_import_dscs: Mock gbp.log.errGuido Günther2013-04-26
* tests: Fix tests for UbuntuMarkus Lehtonen2013-04-26
* tests: add missing import in test_ChangelogMarkus Lehtonen2013-04-26
* GitRepository: add describe() methodMarkus Lehtonen2013-04-25
* tests: another fix for older dchMarkus Lehtonen2013-04-25
* tests: fix for older dchMarkus Lehtonen2013-04-25
* Honor debian/source/formatGuido Günther2013-04-13
* Introduce Source classGuido Günther2013-04-13