Skip to content

Commit 431df01

Browse files
authored
Merge pull request #878 from cgwalters/drop-python-tests
tests: Drop python tests
2 parents 10ef6e2 + 8fc788b commit 431df01

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

plans/test-01-readonly.fmf

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ provision:
88
summary: Execute booted readonly/nondestructive tests
99
execute:
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

tests/booted/readonly/basic.py

-20
This file was deleted.

0 commit comments

Comments
 (0)