Skip to content

Commit

Permalink
Merge pull request containers#878 from cgwalters/drop-python-tests
Browse files Browse the repository at this point in the history
tests: Drop python tests
  • Loading branch information
cgwalters authored Nov 7, 2024
2 parents 10ef6e2 + 8fc788b commit 431df01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
7 changes: 2 additions & 5 deletions plans/test-01-readonly.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ provision:
summary: Execute booted readonly/nondestructive tests
execute:
how: tmt
# There's currently two dynamic test frameworks; python and nushell.
# python is well known and understood. nushell is less well known, but
# is quite nice for running subprocesses and the like while making
# it easy to parse JSON etc.
# We currently write tests in nushell. It is is quite nice for running subprocesses
# and the like while making it easy to parse JSON etc.
# All of these tests should generally be read-only - avoid any kind
# of persistent changes.
# If you need to do that, unfortunately right now that needs to be
# a separate plan.
script: |
set -xeu
pytest tests/booted/readonly/*.py
ls tests/booted/readonly/*-test-*.nu |sort -n | while read t; do nu $t; done
20 changes: 0 additions & 20 deletions tests/booted/readonly/basic.py

This file was deleted.

0 comments on commit 431df01

Please sign in to comment.