summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-02-20Use verbose outputGuido Günther
2015-02-20Use six.iteritems() and six.iterkeys()Guido Günther
2015-02-20Use relative importGuido Günther
2015-02-20Convert result to listGuido Günther
2015-02-20Use open() instead of file()Guido Günther
2015-02-20Use relative import for testutilsGuido Günther
2015-02-20Don't rely on dictionary key orderGuido Günther
2015-02-20Use six.StringIOGuido Günther
2015-02-20Don't use print as a statementGuido Günther
2015-02-20Convert zip and map to listGuido Günther
2015-02-20Ignore return types of write and shutil.copyGuido Günther
2015-02-20Remove unused importGuido Günther
2015-02-18ComponentTestBase: ignore system and user configMarkus Lehtonen
2015-02-08parse_gbp_commands: support command filteringGuido Günther
2015-02-08pq: Generate new style Gbp-Pq: Topic <topic> entriesGuido Günther
2015-01-25config: Deprecate legacy config sectionsGuido Günther
2015-01-25testutils: split out DebianGitTestRepoGuido Günther
2015-01-25testutils: Move log test helpers to separate classGuido Günther
2015-01-25Move testutils to separate moduleGuido Günther
2014-12-29Introduce gbp-pq-rpmMarkus Lehtonen
2014-12-28config: read the right config if run from subdirMarkus Lehtonen
2014-12-28buildpackage/dump_tree: add 'recursive' optionMarkus Lehtonen
2014-12-05GitRepository: Implement status methodEd Bartosh
2014-12-05ComponentTestBase: add dirs argument to _check_repo_state()Markus Lehtonen
2014-12-05ComponentTestBase: add check_files() methodMarkus Lehtonen
2014-12-05ComponentTestBase: add a per-class toplevel temp dirMarkus Lehtonen
2014-12-05GitRepository: add diff_status methodMarkus Lehtonen
2014-12-05pq: move switch_pq() to commonMarkus Lehtonen
2014-10-29git.vfs: fix close methodGuido Günther
2014-09-12Allow to always drop pq branch after exportGuido Günther
2014-07-28Remove all other log handlers when capturing logsGuido Günther
2014-07-24Pass --no-pristine-tar to SRPM compnent testsGuido Günther
2014-07-24Introduce git-import-srpm toolMarkus Lehtonen
2014-07-24Introduce rpm helpersMarkus Lehtonen
2014-05-16Fix comitter vs committer typosGuido Günther
2014-04-03config: add decorator to add_option_* functionsGuido Günther
2014-04-02Remove tests now covered by 18_test_ConfigGuido Günther
2014-04-01Add minimal 'config' commandGuido Günther
2014-04-01Test option parser fallbacks more thoroughlyGuido Günther
2014-03-27ComponentTestBase: use regex matching in log checkingMarkus Lehtonen
2014-03-27Use a temporary directoryGuido Günther
2014-03-27tests: more robust check for the default urgency level of dchMarkus Lehtonen
2014-02-23import_dsc: Create missing debian branch with --create-missing-branchesGuido Günther
2014-02-19config: Don't pull in config defaults twiceGuido Günther
2014-01-07tests: adapt dch tests for older devscriptsMarkus Lehtonen
2013-12-17Adjust test cases to newer devscriptsGuido Günther
2013-10-31pq: rewrite patch export functionalityMarkus Lehtonen
2013-09-10tests: remove unused import in submodule testsMarkus Lehtonen
2013-09-10tests: upper case global variables in submodule testsMarkus Lehtonen
2013-09-10tests: add some docstrings to git submodule testsMarkus Lehtonen