Skip to content

Commit 2277dff

Browse files
committed
Run all tests and not only test_container_basics.py
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent cf7da90 commit 2277dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
1212
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
1313
PYTHON_VERSION="3.13"
1414
fi
15-
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py

0 commit comments

Comments
 (0)