File tree 2 files changed +2
-25
lines changed
2 files changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,12 @@ provision:
8
8
summary: Execute booted readonly/nondestructive tests
9
9
execute:
10
10
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.
15
13
# All of these tests should generally be read-only - avoid any kind
16
14
# of persistent changes.
17
15
# If you need to do that, unfortunately right now that needs to be
18
16
# a separate plan.
19
17
script: |
20
18
set -xeu
21
- pytest tests/booted/readonly/*.py
22
19
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