We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_container_basics.py
1 parent cf7da90 commit 2277dffCopy full SHA for 2277dff
test/run-pytest
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
12
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
13
PYTHON_VERSION="3.13"
14
fi
15
-cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
+cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py
0 commit comments