summaryrefslogtreecommitdiff
path: root/tests/sources/previous_source_access.py
Commit message (Expand)AuthorAgeFilesLines
* testing: Add functions to generate yaml filesThomas Coldrick2020-01-241-3/+3
* Reformat code using BlackChandan Singh2019-11-141-21/+10
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_set'. Now use __setitem__Benjamin Schubert2019-07-151-1/+1
* _yaml: add 'get_mapping()' to MappingNodeBenjamin Schubert2019-07-151-1/+1
* source.py: ensure previous track refs are updatedraoul/1010-multiple-track-fixRaoul Hidalgo Charman2019-05-101-0/+8
* 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-1/+1
* 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: Remove unused parameters in functionsBenjamin Schubert2019-03-011-1/+1
* tests: Remove unused variablesBenjamin Schubert2019-03-011-1/+1
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+1
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-1/+1
* Introduce new "source" command groupChandan Singh2018-12-141-2/+2
* Allow source plugins to access previous sourcesChandan Singh2018-08-151-0/+47