summaryrefslogtreecommitdiff
path: root/tests/sources
Commit message (Expand)AuthorAgeFilesLines
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-1613-17/+17
* Make templated source tests available in buildstream.plugintestutilsPhil Dawson2019-04-1237-1657/+0
* plugintestutils._utils: Copy subset of tests.testutils.sitePhil Dawson2019-04-121-1/+1
* plugintestutils: Add copy of testutils.junction.pyPhil Dawson2019-04-124-4/+4
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-1212-14/+28
* _yaml.py: Remove node_containsDaniel Silverstone2019-04-043-11/+11
* The new YAML World OrderDaniel Silverstone2019-03-273-34/+48
* tests: Check get_unique_key isn't used before trackRaoul Hidalgo Charman2019-03-214-0/+110
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-2116-85/+85
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-2019-19/+19
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-2019-0/+57
* tests:lint: Remove unused variablesBenjamin Schubert2019-03-201-2/+0
* tests:lint: rename variables shadowing othersBenjamin Schubert2019-03-202-4/+4
* tests:lint: use set comprehensions instead of set([])Benjamin Schubert2019-03-201-3/+3
* tests:lint: don't use mutable default variablesBenjamin Schubert2019-03-201-1/+4
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-206-34/+34
* tests:lint: be explicit when not using a variableBenjamin Schubert2019-03-202-4/+4
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-204-6/+10
* tests: move templated tests from workspace.py into separate filephil/consolidate-repo-testsPhil Dawson2019-03-145-0/+203
* tests: move templated tests from source-determinism.py into separate filePhil Dawson2019-03-142-1/+136
* tests: move templated source tests from track.py into separate filePhil Dawson2019-03-141-0/+412
* tests: move templated tests from track_cross_junction.py into separate filePhil Dawson2019-03-141-0/+180
* tests: move templated tests from buildcheckout.py into basic_functionality.pyPhil Dawson2019-03-141-0/+81
* tests: move templated source tests from mirror.py into separate filePhil Dawson2019-03-141-0/+426
* tests: move templated source tests from fetch.py into separate filePhil Dawson2019-03-1428-0/+198
* Let subprocess decode stdout based on localebschubert/no-subprocess-decodeBenjamin Schubert2019-03-011-8/+12
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-013-6/+0
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-015-20/+20
* tests: Remove unused variablesBenjamin Schubert2019-03-017-30/+26
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-013-5/+5
* tests/sources/local.py: Add directory symlink testJürg Billeter2019-02-111-0/+20
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-0812-12/+19
* 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-229-36/+36
* tests/sources/git.py: Skip tests that assume too new a gitRichard Maw2019-01-211-1/+3
* buildstream/_gitsourcebase.py: Fix case where HEAD is taggedValentin David2019-01-161-0/+111
* buildstream/_gitsourcebase.py: Reduce git history for git describe.Valentin David2019-01-161-0/+78
* tests/sources/tar.py: Test that we don't crash when HOME is unsetTristan Van Berkom2018-12-261-0/+16
* tests/sources: Test that fetch() is not called for cached sourcesJürg Billeter2018-12-204-0/+98
* Introduce new "source" command groupChandan Singh2018-12-147-69/+69
* Force updating tags when fetching git repositoryvalentindavid/git_force_fetch_tagsValentin David2018-12-111-0/+98
* tests/sources/git.py: Test invalid submodules warning appearing after trackTristan Van Berkom2018-12-061-0/+61
* tests/sources/git.py: Test unlisted submodules warning appearing after trackTristan Van Berkom2018-12-061-0/+63
* tests/sources/git.py: Testing the git:invalid-submodule warningTristan Van Berkom2018-12-061-0/+71
* tests/sources/git.py: Testing the git:unlisted-submodule warningTristan Van Berkom2018-12-061-0/+73
* tests/sources/git.py: Refactor ref-not-in-track test to use parameterizationTristan Van Berkom2018-12-061-41/+17
* git source plugin: Track git tags and save them to reproduce a minimum shallo...Valentin David2018-12-051-0/+153
* 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