Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Dec 29, 2024
1 parent 63ad291 commit 27f8147
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/test.py → python/test/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

def run_tests(directory):
# Get all .py files in the directory, sort them alphabetically, and skip 'template.py'
# Get all .py files in the directory, sort them alphabetically, and skip 'template.py.in'
test_files = sorted(
f for f in os.listdir(directory) if f.endswith(".py") and f != "template.py"
)
Expand Down
File renamed without changes.

0 comments on commit 27f8147

Please sign in to comment.