summaryrefslogtreecommitdiff
path: root/tests/frontend
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using tmpdir_factory.mkdtemp("")bschubert/fix-mktemp-usageBenjamin Schubert2020-04-232-14/+15
* tests/frontend/push.py: Add test_push_after_rebuildjuerg/artifact-blob-not-foundJürg Billeter2020-04-203-1/+74
* tests/frontend/pull.py: Add test_pull_missing_blob_split_shareJürg Billeter2020-04-201-29/+63
* tests/frontend/buildcheckout.py: Add non-strict testJürg Billeter2020-04-161-0/+22
* tests/frontend/buildcheckout.py: Check mode and uid/gid in tarballjuerg/export-to-tarJürg Billeter2020-04-081-2/+13
* _workspaces.py: Drop `prepared`Jürg Billeter2020-02-111-2/+2
* _workspaces.py: Drop `running_files`Jürg Billeter2020-02-111-5/+2
* _workspaces.py: Increment format version, drop support for old versionsJürg Billeter2020-02-111-50/+4
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-2313-13/+13
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-163-13/+4
* source.py: Remove the reliance on consistency to get whether a source is cachedBenjamin Schubert2020-01-165-2/+11
* source.py: Add a new 'is_resolved' to get whether a source is resolved.Benjamin Schubert2020-01-163-0/+9
* tests: Drop buildbox xfailsJürg Billeter2019-12-101-3/+0
* Add tests for interactive `bst init`Chandan Singh2019-12-051-0/+34
* tests/frontend/pull.py: Do not use checkout --hardlinksJürg Billeter2019-12-031-2/+2
* tests/frontend/buildcheckout.py: Cannot hardlink with CASD_SEPARATE_USERJürg Billeter2019-12-031-1/+7
* lint: Remove unnecessary list comprehensionsBenjamin Schubert2019-12-021-1/+1
* tests/frontend: Refactor tests for default targetsChandan Singh2019-11-2725-255/+197
* Fix stacktraces during element loadingTristan Maat2019-11-221-9/+1
* Reformat code using BlackChandan Singh2019-11-1433-3022/+2303
* tests/frontend/completions: Fix implicit string concatenationChandan Singh2019-11-121-2/+2
* Remove unnecessary ignore_workspaces kwargDarius Makovsky2019-11-061-2/+16
* frontend: Remove tracking options from `bst build`Chandan Singh2019-11-044-513/+54
* local.py: use extended API, set BST_NO_PRESTAGE_KEYDarius Makovsky2019-10-302-10/+61
* tests: add test for soft workspace resettraveltissues/1140-softresetDarius Makovsky2019-10-161-0/+52
* node.pyx: Make 'strip_node_info' publicBenjamin Schubert2019-10-161-3/+3
* Improve progress testsTristan Maat2019-10-106-44/+149
* tests: unmark tests passing with buildboxDarius Makovsky2019-10-091-1/+2
* tests/frontend/buildcheckout.py: Create required symlinks on the flybschubert/fix-windows-symlinkBenjamin Schubert2019-10-082-1/+16
* element.py: remove concept of key instabilityDarius Makovsky2019-10-051-10/+35
* element.py: always check sources for cachingDarius Makovsky2019-09-241-3/+20
* cli.py: Allow checkout to handle --deps allJames Ennis2019-09-131-3/+3
* source_checkout.py: Add --compression tests for source checkoutJames Ennis2019-09-121-0/+34
* source_checkout.py: Add test for --tar/--directory conflictJames Ennis2019-09-121-0/+17
* cli.py: Make source checkout more consistent with artifact checkoutJames Ennis2019-09-121-13/+24
* source_checkout.py: Remove commented out touch() and add commentJames Ennis2019-09-121-1/+1
* Fail if we try to build a BST_FORMAT_VERSION we do not support anymorejjardon/BST_FORMAT_VERSIONJavier Jardón2019-09-122-2/+2
* Add tests/frontend/large_directory.pyJürg Billeter2019-09-102-0/+90
* Change unfitting function nameTristan Maat2019-09-063-3/+3
* Allow splitting artifact cachesTristan Maat2019-09-061-1/+10
* buildcheckout.py: Add tests which checkout artifact depsjennis/update_checkoutJames Ennis2019-09-051-0/+37
* cli.py: Allow checkout to handle artifact refsJames Ennis2019-09-051-1/+1
* _stream.py: Remove separate handling of ArtifactElementsJames Ennis2019-09-051-1/+1
* cli.py: Allow pull to handle artifact refsJames Ennis2019-09-051-0/+42
* _project.py: Don't only load cached artifactsJames Ennis2019-09-051-1/+1
* cli.py: Allow push to handle artifact refsJames Ennis2019-09-051-0/+102
* Addition of --long option to list-contents:becky/list_contents_long_optionRebecca Grayson2019-09-021-0/+42
* Splitting up tests/frontend/artifact.pyRebecca Grayson2019-09-024-241/+334
* tests/frontend/show.py: Test that strict dependencies behave as expectedTristan Van Berkom2019-08-316-0/+71
* Addition of --out option to bst artifact log:becky/artifact_log_file_optionRebecca Grayson2019-08-291-2/+33