summaryrefslogtreecommitdiff
path: root/tests/12_test_deb.py
AgeCommit message (Collapse)AuthorFilesLines
2014-11-14CentOS compatibility: fix testsMarkus Lehtonen1-1/+6
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2013-04-29Make parse_dsc a classmethod of DscFileGuido Günther1-2/+4
so we have the object creation close to the object itself.
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch1-0/+2
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-08-02Add tests for gbp.deb.{DpkgCompareVersions,DscFile}Guido Günther1-0/+79