Setup New Project template

(Remove react agent code)
This commit is contained in:
William FH
2024-09-13 17:12:07 -07:00
committed by William Fu-Hinthorn
21 changed files with 138 additions and 784 deletions

View File

@@ -9,6 +9,9 @@ TEST_FILE ?= tests/unit_tests/
test:
python -m pytest $(TEST_FILE)
integration_tests:
python -m pytest tests/integration_tests
test_watch:
python -m ptw --snapshot-update --now . -- -vv tests/unit_tests