summaryrefslogtreecommitdiff
path: root/tests/testutils/repo
Commit message (Expand)AuthorAgeFilesLines
* Update all python dependenciesBenjamin Schubert2019-12-021-1/+1
* Reformat code using BlackChandan Singh2019-11-144-82/+51
* tests/testutils/repo/bzr.py: Work around race condition in bzrjuerg/tox-homeJürg Billeter2019-08-301-0/+5
* tests/testutils/repo/git.py: Do not ignore environment variablesJürg Billeter2019-08-301-1/+4
* tests/testutils/repo/bzr.py: Do not ignore environment variablesJürg Billeter2019-08-301-5/+8
* testing/_utils: match git methods to base classAngelos Evripiotis2019-06-181-1/+4
* Refactor 'super(cls, self)' -> 'super()'aevri/supersuperAngelos Evripiotis2019-06-122-2/+2
* test:utils/site: Consolidate Git environment variables in a single placeBenjamin Schubert2019-06-061-13/+3
* test:utils/site: Consolidate Bzr environment variables in a single placeBenjamin Schubert2019-06-061-8/+3
* Remove OSTree plugin; It lives now in the bst-plugins-experimental repoJavier Jardón2019-05-141-48/+0
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-165-5/+5
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-127-126/+5
* tests:lint: rename variables shadowing othersBenjamin Schubert2019-03-201-2/+2
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-202-3/+5
* Let subprocess decode stdout based on localebschubert/no-subprocess-decodeBenjamin Schubert2019-03-013-10/+14
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-2/+0
* 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-013-12/+14
* 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
* git source plugin: Track git tags and save them to reproduce a minimum shallo...Valentin David2018-12-051-0/+14
* testutils/repo/git.py: Add add_tag() methodJürg Billeter2018-09-271-0/+3
* testutils/repo/git.py: Added modify_file() methodTristan Van Berkom2018-09-141-0/+7
* subprocesses: Ensure PWD is set in process environmentRichard Maw2018-09-101-15/+19
* Replacing string 'bzr' with value from host toolsbzr_fixknownexus2018-08-301-5/+7
* testutils: Add a helper to copy a testutils repoJonathan Maw2018-07-271-1/+20
* tests/testutils/repo/git.py: Add new add_file() convenienceTristan Van Berkom2018-03-221-1/+11
* testutils/repo/git.py: Added branch() methodTristan Van Berkom2018-03-201-0/+3
* testutils: Add support for git source controlling submodule checkoutJonathan Maw2018-02-191-6/+11
* Fix testsTristan Maat2017-12-131-0/+5
* Remove unused imports in test filesGökçen Nurlu2017-12-074-4/+0
* testutils: Added optional subdir parameter to repo creationTristan Van Berkom2017-11-055-10/+25
* Add a new zip sourcezipMathieu Bridon2017-11-032-0/+42
* tests: Reuse utils.sha256sumMathieu Bridon2017-11-031-8/+2
* tests/testutils/repo/tar.py: Fixed for changed tar behaviorTristan Van Berkom2017-11-021-2/+2
* Fix tests for other platformsTristan Maat2017-09-282-2/+6
* Add source plugin node validationsTristan Maat2017-09-141-1/+1
* Restructuring tests using the Repo and CliTristan Van Berkom2017-09-041-7/+7
* tests/testutils/repo/ostree.py: Skip tests if the ostree cli is not installedTristan Van Berkom2017-09-041-0/+7
* tests/testutils/repo/git.py: Skip tests if git is not installedTristan Van Berkom2017-09-041-0/+8
* tests/testutils/repo/bzr.py: Skip tests if bzr is not installedTristan Van Berkom2017-09-041-0/+8
* tests/testutils/repo module: New module for Source support scaffoldingTristan Van Berkom2017-09-046-0/+258