summaryrefslogtreecommitdiff
path: root/tests/sources/patch/basic
Commit message (Collapse)AuthorAgeFilesLines
* 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-043-3/+3
|
* Add patch source pluginChandan Singh2017-09-096-0/+28
Fixes #63