summaryrefslogtreecommitdiff
path: root/tests/02_test_upstream_source_tar_unpack.py
AgeCommit message (Collapse)Author
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-10-25PEP-8 and pyflakes cleanupsGuido Günther
2012-05-01Refactor deb helpers: move UpstreamSource classMarkus Lehtonen
to pkg base module. This refactor is preparation to the upcoming rpm support.
2012-02-07UpstreamSource: turn is_* vars and properties into methodsGuido Günther
since this is more consistent with the other is_* methods in other classes.
2011-12-29Rename and comment testsGuido Günther
Git-Dch: Ignore