summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-04ComponentTestBase: more verbose output in case of branch mismatchMarkus Lehtonen1-1/+4
2013-08-28Use open() instead of file()Guido Günther8-10/+10
2013-08-21dch: make automatic adding of new sections more robustGuido Günther1-0/+73
2013-08-21Move MockedChangelog to testutilsGuido Günther2-18/+15
2013-07-04GitRepository.set_upstream_branch: Newer git wants a valid remote repo entryGuido Günther1-1/+1
2013-06-30Test succesful import tooGuido Günther1-2/+15
2013-06-26import-dsc: print filename instead of object nameGuido Günther1-0/+1
2013-06-26Consistently call gbp the supercommandGuido Günther1-4/+17
2013-06-19GbpOptionParser: add test for 'filter' option handlingGuido Günther1-0/+24
2013-06-19GbpOptionParser: Make sure we parse the old config sectionsGuido Günther1-0/+21
2013-06-18Add wrapper for all gbp commandsGuido Günther1-0/+29
2013-06-11GitRepository.get_subject: use get_commit_infoGuido Günther1-0/+2
2013-06-11buildpackage: use get_commit_info() instead of get_subject()Markus Lehtonen1-2/+2
2013-06-11Remove unused importsGuido Günther1-3/+0
2013-06-06GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen1-0/+2
2013-06-06gitmodifier: make the datetime object always have timezoneMarkus Lehtonen1-4/+4
2013-04-30trivial: simplify option assignmentGuido Günther1-19/+10
2013-04-30Silence test_debian_missing_authorGuido Günther1-1/+7
2013-04-29Make parse_dsc a classmethod of DscFileGuido Günther2-9/+11
2013-04-29ChangeLog: Remove is_nativeGuido Günther1-9/+0
2013-04-27GitRepository.has_feature: capture stderrGuido Günther1-1/+1
2013-04-27Silence GitRepository.grep_logGuido Günther1-2/+2
2013-04-2610_test_get_upstream_tree: Fix test descriptionsGuido Günther1-6/+6
2013-04-2614_test_gbp_import_dscs: Mock gbp.log.errGuido Günther1-2/+9
2013-04-26tests: Fix tests for UbuntuMarkus Lehtonen3-20/+71
2013-04-26tests: add missing import in test_ChangelogMarkus Lehtonen1-0/+1
2013-04-25GitRepository: add describe() methodMarkus Lehtonen1-1/+28
2013-04-25tests: another fix for older dchMarkus Lehtonen1-4/+4
2013-04-25tests: fix for older dchMarkus Lehtonen1-2/+2
2013-04-13Honor debian/source/formatGuido Günther1-1/+2