summaryrefslogtreecommitdiff
path: root/tests/sources
Commit message (Expand)AuthorAgeFilesLines
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-293-0/+181
* plugins/sources/pip.py: Accomodate characters '-','.','_' for packagesctolentino82018-11-021-0/+20
* tests/sources/git.py: Add track and fetch test with and without tagJürg Billeter2018-09-271-0/+47
* tests/sources/git.py: Add tests for REF_NOT_IN_TRACKtpollard/483Tom Pollard2018-09-031-0/+68
* tests: Modify tests to ensure retry FAILUREJosh Smith2018-08-313-3/+3
* tar.py: Add test for a tarball containing a read-only dirjmac/tempfile-extraction-bugJames Ennis2018-08-241-0/+45
* tar tests: Add tarball which contains a read-only dirJames Ennis2018-08-242-0/+6
* Add Error to git and ostree sources configureWilliam Salmon2018-08-174-17/+83
* Add pip source pluginChandan Singh2018-08-156-0/+69
* Allow source plugins to access previous sourcesChandan Singh2018-08-155-0/+151
* Add warning to git track if track and ref are not presentWilliam Salmon2018-08-071-0/+42
* remote.py: Add support for marking downloaded files executableEd Baunton2018-08-072-2/+43
* tests: add additional tests to patch pluginTiago Gomes2018-08-024-9/+50
* tests: add additional tests to local pluginTiago Gomes2018-08-024-2/+55
* patch plugin: validate project pathsTiago Gomes2018-08-021-5/+7
* local plugin: validate project pathsTiago Gomes2018-08-021-3/+3
* tests/sources: deb, tar and zip all test for retry behaviourJosh Smith2018-07-273-3/+6
* Provide explicit reason for SourceError exception on pathEd Baunton2018-07-261-1/+1
* Add remote source pluginEd Baunton2018-07-2513-0/+179
* Move _list_dir_contents to __init__.pyMove-_list_dir_contents-to-__init__425-add-a-deps-flag-to-bst-checkoutPhillip Smyth2018-07-114-52/+36
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-086-10/+10
* source.py, element.py, _pipeline.py: Streamling preflighting.Tristan Van Berkom2018-04-162-3/+3
* tests/sources/deb.py: Skip tests if arpy is not availableJürg Billeter2018-03-251-1/+8
* Created deb Source plugin for Issue #10Phillip Smyth2018-03-2324-0/+217
* tests/sources/git.py: Test that we ignore inconsistent submodules.Tristan Van Berkom2018-03-222-0/+40
* tests: Add a git test that project overrides workJonathan Maw2018-02-194-0/+52
* tests: Add tests to verify git sources obey submodule checkout configJonathan Maw2018-02-192-0/+208
* tests: fix erroneous comment in git testJonathan Maw2018-02-191-1/+1
* Add bzr testTristan Maat2018-02-073-0/+49
* local & patch source tests: Preflight errors now report PipelineErrorTristan Van Berkom2018-01-062-3/+3
* tests/sources/local.py: Adding test for staging a symlink.Tristan Van Berkom2018-01-024-0/+34
* tests/sources/local.py: Testing failures to create staging directoriesTristan Van Berkom2018-01-024-0/+28
* tests/sources: Use new error checking tools for source testsTristan Van Berkom2018-01-016-82/+91
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-132-2/+2
* Remove unused imports in test filesGökçen Nurlu2017-12-072-2/+2
* Add a test for tar lzipValentin David2017-11-302-0/+52
* tests/sources/tar.py: Test for tarballs containing linksTristan Van Berkom2017-11-173-0/+43
* tests/sources/tar.py: Removing some unused test dataTristan Van Berkom2017-11-062-8/+0
* tests/sources/zip.py: Adding tests for zip source edge casesTristan Van Berkom2017-11-0613-0/+221
* tests/sources/fixture.py: Removing the old deprecated fixtureTristan Van Berkom2017-11-061-55/+0
* tests/sources/bzr.py: Removing bzr source testTristan Van Berkom2017-11-0613-238/+0
* Updating all test cases for the removal of architecture conditionals and optionsTristan Van Berkom2017-11-061-2/+2
* tests/sources/git.py: Converted to use newer CLI fixturesTristan Van Berkom2017-11-055-373/+63
* tests/sources/patch.py: Converted to use CLI fixturesTristan Van Berkom2017-11-048-103/+82
* 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
* Adjust tests to new APITristan Maat2017-11-041-2/+2
* tests/sources/local.py: Migrated test to use frontend fixturesTristan Van Berkom2017-11-043-40/+45
* tests/sources/tar.py: Converted tar test to use the CLI and enhancedTristan Van Berkom2017-11-0314-107/+134
* tests/sources/generic.py: Removing test, no tests should ever be added hereTristan Van Berkom2017-10-224-37/+0