Skip to content

Commit

Permalink
software: get rid of test.py wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
wanda-phi committed Oct 20, 2023
1 parent b16a28a commit 4e1412e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion software/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ local_scheme = "node-and-timestamp"
test = ["setuptools"]

[tool.pdm.scripts]
test = {cmd = "test.py -v"}
test = {cmd = "python -m unittest"}
8 changes: 0 additions & 8 deletions software/test.py

This file was deleted.

0 comments on commit 4e1412e

Please sign in to comment.