summaryrefslogtreecommitdiff
path: root/tests/14_test_gbp_import_dscs.py
AgeCommit message (Collapse)Author
2015-02-20Use relative import for testutilsGuido Günther
2013-06-26import-dsc: print filename instead of object nameGuido Günther
2013-04-29Make parse_dsc a classmethod of DscFileGuido Günther
so we have the object creation close to the object itself.
2013-04-2614_test_gbp_import_dscs: Mock gbp.log.errGuido Günther
to get rid of the spurious error message
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch
This puts test dirs below /tmp which often is a tmpfs. All tests include the context module which consolidates tmpdir creation and cleanup, undoes a chdir in teardown and silences log messages.
2012-11-24git-import-dscs: Properly catch import errorsGuido Günther
Closes: #694113