summaryrefslogtreecommitdiff
path: root/tests/sources/remote.py
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+7
* 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-8/+8
* tests: Remove unused variablesBenjamin Schubert2019-03-011-3/+3
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+1
* tests/sources/remote.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-6/+13
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-4/+4
* Introduce new "source" command groupChandan Singh2018-12-141-6/+6
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-291-0/+43
* remote.py: Add support for marking downloaded files executableEd Baunton2018-08-071-2/+35
* Provide explicit reason for SourceError exception on pathEd Baunton2018-07-261-1/+1
* Add remote source pluginEd Baunton2018-07-251-0/+133