summaryrefslogtreecommitdiff
path: root/tests/testutils/repo/git.py
Commit message (Expand)AuthorAgeFilesLines
* Testbschubert/test-skipsBenjamin Schubert2019-10-091-1/+1
* tests/testutils/repo/git.py: Do not ignore environment variablesJürg Billeter2019-08-301-1/+4
* testing/_utils: match git methods to base classAngelos Evripiotis2019-06-181-1/+4
* Refactor 'super(cls, self)' -> 'super()'aevri/supersuperAngelos Evripiotis2019-06-121-1/+1
* test:utils/site: Consolidate Git environment variables in a single placeBenjamin Schubert2019-06-061-13/+3
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-1/+1
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-1/+2
* Let subprocess decode stdout based on localebschubert/no-subprocess-decodeBenjamin Schubert2019-03-011-4/+10
* 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-011-3/+4
* 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
* 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-071-1/+0
* testutils: Added optional subdir parameter to repo creationTristan Van Berkom2017-11-051-2/+16
* tests/testutils/repo/git.py: Skip tests if git is not installedTristan Van Berkom2017-09-041-0/+8
* tests/testutils/repo module: New module for Source support scaffoldingTristan Van Berkom2017-09-041-0/+39