aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/12_test_deb.py
Commit message (Collapse)AuthorAge
* 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