File tree Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,12 @@ provision:
88summary: Execute booted readonly/nondestructive tests
99execute:
1010 how: tmt
11- # There's currently two dynamic test frameworks; python and nushell.
12- # python is well known and understood. nushell is less well known, but
13- # is quite nice for running subprocesses and the like while making
14- # it easy to parse JSON etc.
11+ # We currently write tests in nushell. It is is quite nice for running subprocesses
12+ # and the like while making it easy to parse JSON etc.
1513 # All of these tests should generally be read-only - avoid any kind
1614 # of persistent changes.
1715 # If you need to do that, unfortunately right now that needs to be
1816 # a separate plan.
1917 script: |
2018 set -xeu
21- pytest tests/booted/readonly/*.py
2219 ls tests/booted/readonly/*-test-*.nu |sort -n | while read t; do nu $t; done
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments