aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/12_test_deb.py
Commit message (Collapse)AuthorAge
* 12_test_deb: flake8 cleanGuido Günther2016-09-12
|
* import-dsc: Don't fail on 1.0 non-native packages without a Debian versionGuido Günther2016-06-30
| | | | Closes: #829070
* dscfile: parse out name of additional tarball dirsGuido Günther2016-04-11
| | | | | Parse out the names where additional tarballs will be unpacked to from dsc as well.
* Make parse_dsc a classmethod of DscFileGuido Günther2013-04-29
| | | | so we have the object creation close to the object itself.
* 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.
* Add tests for gbp.deb.{DpkgCompareVersions,DscFile}Guido Günther2012-08-02