summaryrefslogtreecommitdiff
path: root/tests/sources/local.py
Commit message (Expand)AuthorAgeFilesLines
* testing._sourcetests: Don't special case 'local' in parameter listphil/separate-local-testsPhil Dawson2019-04-291-0/+60
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-9/+9
* 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-9/+9
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-5/+5
* tests: Remove unused variablesBenjamin Schubert2019-03-011-2/+1
* tests/sources/local.py: Add directory symlink testJürg Billeter2019-02-111-0/+20
* 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-3/+3
* tests: add additional tests to local pluginTiago Gomes2018-08-021-2/+47
* local plugin: validate project pathsTiago Gomes2018-08-021-3/+3
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-1/+1
* source.py, element.py, _pipeline.py: Streamling preflighting.Tristan Van Berkom2018-04-161-1/+1
* local & patch source tests: Preflight errors now report PipelineErrorTristan Van Berkom2018-01-061-1/+1
* tests/sources/local.py: Adding test for staging a symlink.Tristan Van Berkom2018-01-021-0/+26
* tests/sources/local.py: Testing failures to create staging directoriesTristan Van Berkom2018-01-021-0/+11
* tests/sources: Use new error checking tools for source testsTristan Van Berkom2018-01-011-8/+6
* tests/sources/local.py: Removed some more unneeded steps in the testTristan Van Berkom2017-11-041-10/+2
* tests/sources/local.py: Remove one line of deadcodeTristan Van Berkom2017-11-041-1/+0
* tests/sources/local.py: Migrated test to use frontend fixturesTristan Van Berkom2017-11-041-38/+43
* local source tests: Removed test case for get_unique_key()Tristan Van Berkom2017-09-011-18/+0
* Fix testsTristan Maat2017-07-171-1/+1
* local source test: Use the common fixture thingyTristan Van Berkom2016-12-191-48/+18
* Simplify exceptions a bitTristan Van Berkom2016-12-181-2/+2
* Adding first source test for local sourceTristan Van Berkom2016-12-151-0/+109