summaryrefslogtreecommitdiff
path: root/tests/sources/tar.py
Commit message (Expand)AuthorAgeFilesLines
* tests/sources/tar.py: Use `utils._force_rmtree` instead of chmodTristan Maat2019-12-101-11/+3
* Reformat code using BlackChandan Singh2019-11-141-129/+107
* tests/tar: Add test for unreadable and unwritable content tar sourceShahwat Dalal2019-09-051-3/+5
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-3/+3
* utils.py: Add write permission to root path in _force_rmtreeshashwatdalal/tar-file-extractionShahwat Dalal2019-07-041-4/+21
* tar.py: Make link target renaming work between base-dirsTristan Maat2019-07-021-0/+83
* test:utils/site: Consolidate Lzip environment variables in a single placeBenjamin Schubert2019-06-061-1/+1
* 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-11/+11
* 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-6/+6
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-3/+4
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-1/+1
* tests: Remove unused variablesBenjamin Schubert2019-03-011-1/+0
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin 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-6/+6
* tests/sources/tar.py: Test that we don't crash when HOME is unsetTristan Van Berkom2018-12-261-0/+16
* Introduce new "source" command groupChandan Singh2018-12-141-18/+18
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-291-0/+86
* tests: Modify tests to ensure retry FAILUREJosh Smith2018-08-311-1/+1
* tar.py: Add test for a tarball containing a read-only dirjmac/tempfile-extraction-bugJames Ennis2018-08-241-0/+45
* 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-20/+11
* _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-28/+26
* 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
* Add a test for tar lzipValentin David2017-11-301-0/+46
* tests/sources/tar.py: Test for tarballs containing linksTristan Van Berkom2017-11-171-0/+36
* tests/sources/tar.py: Converted tar test to use the CLI and enhancedTristan Van Berkom2017-11-031-98/+122
* tar.py source test case: Stop using tar's private _sha256sum() methodTristan Van Berkom2017-09-121-4/+5
* Added/fixed tar source tests.Tristan Van Berkom2017-05-141-2/+24
* Add tests for the tar sourceJonathan Maw2017-04-131-0/+140