summaryrefslogtreecommitdiff
path: root/tests/sources/patch.py
Commit message (Expand)AuthorAgeFilesLines
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-10/+10
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-201-1/+1
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-201-0/+3
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-201-4/+4
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-6/+6
* tests: Remove unused variablesBenjamin Schubert2019-03-011-3/+1
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+2
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-4/+4
* tests: add additional tests to patch pluginTiago Gomes2018-08-021-9/+36
* patch plugin: validate project pathsTiago Gomes2018-08-021-5/+7
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-2/+2
* source.py, element.py, _pipeline.py: Streamling preflighting.Tristan Van Berkom2018-04-161-2/+2
* local & patch source tests: Preflight errors now report PipelineErrorTristan Van Berkom2018-01-061-2/+2
* tests/sources: Use new error checking tools for source testsTristan Van Berkom2018-01-011-19/+28
* tests/sources/patch.py: Converted to use CLI fixturesTristan Van Berkom2017-11-041-96/+75
* Add patch source pluginChandan Singh2017-09-091-0/+136