summaryrefslogtreecommitdiffhomepage
path: root/tests/14_test_gbp_import_dscs.py
Commit message (Collapse)AuthorAge
* import_dscs: cmp is no longer a keyword argument for sort()Guido Günther2017-08-02
|
* tests: properly restore import_dscsGuido Günther2017-07-18
| | | | so later testcases don't break
* Fix new flake8 errorsGuido Günther2016-11-15
| | | | E305 expected 2 blank lines after class or function definition
* 14_test_gbp_import_dscs: flake8 cleanGuido Günther2016-09-12
|
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
| | | | use gnu.org/licences instead of a postal address, as suggested by Guido
* Use relative import for testutilsGuido Günther2015-02-20
|
* import-dsc: print filename instead of object nameGuido Günther2013-06-26
|
* Make parse_dsc a classmethod of DscFileGuido Günther2013-04-29
| | | | so we have the object creation close to the object itself.
* 14_test_gbp_import_dscs: Mock gbp.log.errGuido Günther2013-04-26
| | | | to get rid of the spurious error message
* tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch2013-04-08
| | | | | | | 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.
* git-import-dscs: Properly catch import errorsGuido Günther2012-11-24
Closes: #694113