aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/08_test_patch.py
Commit message (Collapse)AuthorAge
* 08_test_patch: flake8 cleanGuido Günther2016-09-12
|
* 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.
* tests: make tests a Python moduleMarkus Lehtonen2012-11-23
| | | | | | Makes it possible to reuse code between various tests. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* PEP-8 and pyflakes cleanupsGuido Günther2012-10-25
|
* Rename and comment testsGuido Günther2011-12-29
| | | | Git-Dch: Ignore
* Rename gbp.pq to gbp.patch_seriesGuido Günther2011-12-26
| | | | since that's what it currently handles.
* pq.Patch: move support for parsing patch headers into Patch classGuido Günther2011-12-26
and add tests.