aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/context.py
Commit message (Collapse)AuthorAge
* tests/context: flake8 cleanGuido Günther2016-09-12
|
* Introduce Source classGuido Günther2013-04-13
| | | | | so we don't have to expose all the details of Debian's different files and conventions.
* 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.