summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-01-14tests: add more comprehensive tests for import-srpmMarkus Lehtonen3-0/+335
2014-01-14rpm: introduce new 'Gbp-Patch-Macros' special key in spec parsingMarkus Lehtonen3-0/+57
2014-01-14rpm: rename the 'GbpIgnorePatch' special key in spec parsingMarkus Lehtonen3-3/+3
2014-01-14tests: add unittests for gbp.rpmMarkus Lehtonen23-0/+445
2014-01-14Introduce git-import-orig-rpm toolMarkus Lehtonen1-1/+2
2014-01-14Introduce git-buildpackage-rpm toolMarkus Lehtonen1-1/+2
2014-01-14Introduce gbp-pq-rpm toolMarkus Lehtonen1-1/+2
2014-01-14Introduce git-import-srpm toolMarkus Lehtonen1-0/+9
2014-01-14gbp-pq: readiness to configure the pq branch nameMarkus Lehtonen1-1/+2
2014-01-14Universal configurable base tmpdir for all gbp toolsMarkus Lehtonen1-4/+4
2014-01-14GitRepository/add_files: add new option 'untracked'Markus Lehtonen1-0/+6
2014-01-14config: read the right config if run from subdirMarkus Lehtonen1-7/+7
2014-01-14tests.testutils: add ls_zip() helperMarkus Lehtonen1-0/+11
2014-01-14import-orig: new function for filtering/re-packing sourcesMarkus Lehtonen2-0/+150
2014-01-14UpstreamSource: implement prefix guessingMarkus Lehtonen1-1/+5
2014-01-14tests: test find_source() with unittestMarkus Lehtonen1-0/+64
2014-01-09UpstreamSource: move version guessing logic to PkgPolicyMarkus Lehtonen1-0/+6
2014-01-09UpstreamSource: introduce is_tarball() methodMarkus Lehtonen1-0/+4
2014-01-09UpstreamSource.pack: support prefix manglingMarkus Lehtonen1-0/+9
2014-01-09GitRepository: add diff_status methodMarkus Lehtonen1-0/+13
2014-01-09GitRepository: allow repo inititialization from subdirMarkus Lehtonen1-2/+2
2014-01-09GitRepository: Implement status methodEd Bartosh1-0/+22
2014-01-09GitRepository: raise GitRepositoryError instead of GbpErrorMarkus Lehtonen1-1/+1
2014-01-09GitRepository.archive: support getting tar data as return valueMarkus Lehtonen1-1/+1
2014-01-09tests: more robust check for the default urgency level of dchMarkus Lehtonen1-9/+14
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
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