You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The document model is already decorated with decorators when it is imported, and the test data is written directly to the database specified by instance.set_db(db) in the models.py file, but not to the specified test database ioc_test
The text was updated successfully, but these errors were encountered:
How do the isolation test
The project structure
sandbox/models.py
tests/test_models.py
run pytest
The document model is already decorated with decorators when it is imported, and the test data is written directly to the database specified by
instance.set_db(db)
in themodels.py
file, but not to the specified test database ioc_testThe text was updated successfully, but these errors were encountered: