Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Drop python tests #878

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.