summaryrefslogtreecommitdiff
path: root/tests/testutils
Commit message (Expand)AuthorAgeFilesLines
* Remove OSTree plugin; It lives now in the bst-plugins-experimental repoJavier Jardón2019-05-142-49/+1
* tests/testutil/python_repo.py: fixed executable path when running pipfixed-bug-for-pip-testShahwat Dalal2019-04-261-1/+2
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-167-7/+7
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-1210-131/+7
* Use platform.uname instead of os.uname for win32Angelos Evripiotis2019-04-112-12/+10
* tests: extract testutils.override_os_unameAngelos Evripiotis2019-04-112-0/+52
* lint: Fix or silence 'cyclic-import' errors and enable pylint for itBenjamin Schubert2019-04-012-2/+3
* _cas/cascache.py: Add opt check_exists arg to _reachable_refs_dir()Tom Pollard2019-03-291-5/+1
* The new YAML World OrderDaniel Silverstone2019-03-271-8/+8
* testutils/yaml.py: add copyright noticeAngelos Evripiotis2019-03-271-0/+19
* test: Add yaml_file_get_provenanceAngelos Evripiotis2019-03-262-0/+29
* tests:lint: fix all unused-import from pylintBenjamin Schubert2019-03-201-2/+2
* tests:lint: rename variables shadowing othersBenjamin Schubert2019-03-201-2/+2
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-202-4/+4
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-203-4/+7
* tests/testutils/artifactshare.py: Support optional coverageTristan Van Berkom2019-03-051-2/+7
* Let subprocess decode stdout based on localebschubert/no-subprocess-decodeBenjamin Schubert2019-03-013-10/+14
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-013-6/+0
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-012-2/+2
* tests: Remove unused variablesBenjamin Schubert2019-03-012-2/+2
* tests/testutils/repo/git.py: Use _run_git wrapper instead of git directlyBenjamin Schubert2019-03-011-3/+1
* tests: always use host tools from sites.pyBenjamin Schubert2019-03-014-15/+17
* CASQuota: Move cache check methods into new Classraoul/870-root-cache-dirRaoul Hidalgo Charman2019-02-191-1/+0
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-083-641/+0
* tests: Fix test failures caused by unix sockets' path length limitjonathan/wsl-testsJonathan Maw2019-02-061-1/+8
* tests: Skip tests that use sandboxes on WSLJonathan Maw2019-02-061-0/+11
* testutils/site.py: Support parsing more exotic git versionsChandan Singh2019-01-311-1/+1
* tests/testutils/runcli.py: Make get_element_states() take a list of targetsTristan Van Berkom2019-01-241-3/+2
* tests/sources/git.py: Skip tests that assume too new a gitRichard Maw2019-01-211-0/+5
* testutils/runcli.py: Allow removing artifacts from arbitrary dirsTristan Maat2019-01-181-1/+7
* tests/testutils/python_repo.py: Use subprocess to run sdistTristan Van Berkom2019-01-181-2/+4
* testutils/runcli.py: Added cli.get_element_states()Tristan Van Berkom2019-01-181-0/+22
* conftest.py: Use different artifact directory for integration testsTristan Van Berkom2019-01-161-2/+2
* _cas: Rename artifactcache folder and move that to a root moduleRaoul Hidalgo Charman2019-01-161-2/+2
* testutils/runcli.py: Added Result.get_start_order()Tristan Van Berkom2019-01-101-0/+17
* tests/frontend/buildcheckout.py: Fix bad filename issue for WindowsChandan Singh2019-01-031-0/+1
* Use pycodestyle instead of pep8Javier Jardón2019-01-021-1/+1
* tests/testutils/runcli.py: Fixed broken environment handlingTristan Van Berkom2018-12-261-2/+5
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-191-0/+14
* Mock storage space checks for tests.BenjaminSchubert/fix-quota-testsBenjamin Schubert2018-12-131-44/+0
* Force updating tags when fetching git repositoryvalentindavid/git_force_fetch_tagsValentin David2018-12-111-1/+4
* tests/testutils/repo/git.py: Adding remove_path() helperTristan Van Berkom2018-12-061-0/+6
* optionarch.py: update to use same arch names as SandboxConfigRaoul Hidalgo Charman2018-12-051-1/+2
* git source plugin: Track git tags and save them to reproduce a minimum shallo...Valentin David2018-12-051-0/+14
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-293-0/+168
* Cleanup cache in cas server more agressivelyValentin David2018-11-281-4/+17
* Update mtimes of objects for requested references.Valentin David2018-11-281-0/+9
* tests: Avoid hangs due to exceptions in subprocessesJim MacArthur2018-11-271-10/+15
* tests/testutils/artifactshare.py: Do not create a fake contextJürg Billeter2018-11-191-5/+2
* Don't pull artifact build trees by default.tpollard/494Tom Pollard2018-11-171-3/+3