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
Running pytest form the root of the repo doesn't run the "Domain reload test suite" (test_domain_reload). Probably broken by moving the test files in New loading based on clr_loader #1373.
Environment
Details
Running
pytestform the root of the repo doesn't run the "Domain reload test suite" (test_domain_reload). Probably broken by moving the test files in New loading based on clr_loader #1373.What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Workaround: run pytest with the directory where the tests are located:
pytest src/domain_tests