summaryrefslogtreecommitdiff
path: root/src/buildstream/testing/_sourcetests
Commit message (Expand)AuthorAgeFilesLines
* _stream.py: Added internal _track_cross_junction_filter()Tristan van Berkom2020-12-231-1/+1
* workspace.py: Don't use the same directory for everythingbschubert/simplify-workspace-testBenjamin Schubert2020-10-261-6/+3
* workspace.py: Simplify invocation of the cli commandBenjamin Schubert2020-10-261-5/+1
* workspace.py: Remove some abstractions and write the whole test in placeBenjamin Schubert2020-10-261-46/+31
* workspace.py: Remove arguments that are unused during the testBenjamin Schubert2020-10-261-31/+15
* workspace.py: Simplify test by only allowing opening a single workspaceBenjamin Schubert2020-10-261-52/+10
* _fixtures.py: Only get the normal number of threads at the start of sessionBenjamin Schubert2020-08-231-1/+1
* _yaml.pyx: Make shortname a mandatory argument to _yaml.load()Tristan van Berkom2020-08-102-3/+3
* Plugin loading refactor, removing all versioningTristan Van Berkom2020-04-291-1/+1
* Replace format-version with min-versionTristan Van Berkom2020-04-254-4/+5
* tests: Avoid testing file times along with umaskDarius Makovsky2020-02-051-5/+7
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-232-2/+2
* tests: source_determinism.py: Skip flaky test with buildbox-runJürg Billeter2019-12-171-0/+4
* tests: Drop buildbox xfailsJürg Billeter2019-12-101-1/+0
* tests: source_determinism.py: Do not use too restrictive test umasksjuerg/casd-separate-userJürg Billeter2019-12-031-2/+7
* _stream.py: Remove dead code and comments about trackingBenjamin Schubert2019-11-251-18/+11
* Reformat code using BlackChandan Singh2019-11-148-574/+391
* tests: Add autouse fixture to reset global state in node.pyxjuerg/synthetic-file-indexJürg Billeter2019-09-041-1/+1
* tests: Catch tests that don't shut down background threadsjuerg/forkJürg Billeter2019-09-031-0/+17
* sourcetests/track: Don't overwrite project configurationbschubert/register-sources-on-testBenjamin Schubert2019-08-262-8/+10
* _sourcetests/mirror: Don't overwrite project_confBenjamin Schubert2019-08-261-100/+74
* testing/sources: Automatically register plugin sourcesBenjamin Schubert2019-08-268-43/+138
* Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-251-0/+1
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-157-35/+32
* _yaml: Never create base 'Node' directlyBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-07-152-7/+7
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-2136-0/+1631