Skip to content

Commit

Permalink
feat: enable multiple pytest cases in python standalone testing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Jan 2, 2025
1 parent b011a6e commit d23f04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export PYTHONPATH=.ten/app/ten_packages/system/ten_runtime_python/lib:.ten/app/t
#
# Refer to https://github.com/pytorch/pytorch/issues/102360?from_wecom=1#issuecomment-1708989096

python -m pytest -s tests/test_mock.py
python -m pytest -s tests/
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ export PYTHONPATH=.ten/app/ten_packages/system/ten_runtime_python/lib:.ten/app/t
#
# Refer to https://github.com/pytorch/pytorch/issues/102360?from_wecom=1#issuecomment-1708989096

python -m pytest -s tests/test_basic.py
python -m pytest -s tests/test_set_property.py
python -m pytest -s tests/

0 comments on commit d23f04d

Please sign in to comment.