-
- Downloads
pytest: Exclude build directory for tests discovery\n\nDue to test modules...
pytest: Exclude build directory for tests discovery\n\nDue to test modules being copied in subdirectories of the\nbuild directory by setuptools, it makes pytest fail by raising\nImportPathMismatchError exceptions when invoked from root\ndirectory of the module.\n\nSo ignore the build folder to discover tests.
Please register or sign in to comment