summaryrefslogtreecommitdiff
path: root/tests/sources/zip.py
Commit message (Expand)AuthorAgeFilesLines
* testing: Add functions to generate yaml filesThomas Coldrick2020-01-241-19/+9
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* Reformat code using BlackChandan Singh2019-11-141-64/+45
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-2/+2
* 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: rename variables shadowing othersBenjamin Schubert2019-03-201-2/+2
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-201-4/+4
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-1/+2
* 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-4/+4
* Introduce new "source" command groupChandan Singh2018-12-141-11/+11
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-291-0/+52
* tests: Modify tests to ensure retry FAILUREJosh Smith2018-08-311-1/+1
* tests/sources: deb, tar and zip all test for retry behaviourJosh Smith2018-07-271-1/+2
* Move _list_dir_contents to __init__.pyMove-_list_dir_contents-to-__init__425-add-a-deps-flag-to-bst-checkoutPhillip Smyth2018-07-111-16/+7
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-2/+2
* tests/sources: Use new error checking tools for source testsTristan Van Berkom2018-01-011-20/+18
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-131-1/+1
* Remove unused imports in test filesGökçen Nurlu2017-12-071-1/+1
* tests/sources/zip.py: Adding tests for zip source edge casesTristan Van Berkom2017-11-061-0/+188