standard-tests[patch]: add Ser/Des test

This commit is contained in:
Bagatur
2024-09-04 10:24:06 -07:00
parent efa10c8ef8
commit 1d2a503ab8
38 changed files with 1592 additions and 895 deletions

View File

@@ -10,6 +10,9 @@ integration_test integration_tests: TEST_FILE=tests/integration_tests/
test tests integration_test integration_tests:
poetry run pytest $(TEST_FILE)
test_watch:
poetry run ptw --snapshot-update --now . -- -vv $(TEST_FILE)
######################
# LINTING AND FORMATTING