Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 6d98ce5

Browse files
committed
Rename lzma tests
1 parent caba5f3 commit 6d98ce5

File tree

1 file changed

+2
-2
lines changed
  • containers/codespaces-linux/test-project

1 file changed

+2
-2
lines changed

containers/codespaces-linux/test-project/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ check "pydocstyle" pydocstyle --version
3333
check "bandit" bandit --version
3434
check "virtualenv" virtualenv --version
3535

36-
check "lzma cpython test" python /opt/python/3.10.4/lib/python3.10/test/test_lzma.py
37-
check "lzma library included" python -c "import lzma"
36+
check "lzma-cpython" python /opt/python/3.10.4/lib/python3.10/test/test_lzma.py
37+
check "lzma-import" python -c "import lzma"
3838

3939
# # Check Python packages
4040
# check "numpy" python -c 'import numpy'

0 commit comments

Comments
 (0)