summaryrefslogtreecommitdiffhomepage
path: root/tests/02_test_upstream_source_tar_unpack.py
Commit message (Collapse)AuthorAge
* Kill six.iteritemsGuido Günther2017-10-20
|
* Rename README to README.mdGuido Günther2016-09-12
| | | | to get Markdown formatting
* pep8/pyflakes cleanupsGuido Günther2016-09-12
|
* Use six.iteritems() and six.iterkeys()Guido Günther2015-02-20
| | | | | | to work towards Python3 support Gbp-Dch: Ignore
* Remove unused importGuido Günther2015-02-20
| | | | Gbp-Dch: Ignore
* 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.
* PEP-8 and pyflakes cleanupsGuido Günther2012-10-25
|
* Refactor deb helpers: move UpstreamSource classMarkus Lehtonen2012-05-01
| | | | | to pkg base module. This refactor is preparation to the upcoming rpm support.
* UpstreamSource: turn is_* vars and properties into methodsGuido Günther2012-02-07
| | | | | since this is more consistent with the other is_* methods in other classes.
* Rename and comment testsGuido Günther2011-12-29
Git-Dch: Ignore