summaryrefslogtreecommitdiff
path: root/tests/sources/patch
Commit message (Collapse)AuthorAgeFilesLines
* tests: add additional tests to patch pluginTiago Gomes2018-08-023-0/+14
|
* tests/sources: Use new error checking tools for source testsTristan Van Berkom2018-01-011-0/+7
| | | | | | Also added a test case for the `patch` plugin which checks for graceful failure when the specified patch file is not a regular file (but a block device or a named pipe instead).
* tests/sources/patch.py: Converted to use CLI fixturesTristan Van Berkom2017-11-047-7/+7
|
* Add patch source pluginChandan Singh2017-09-0919-0/+90
Fixes #63