unittest does not find tests as it confuses tests/unit
for a module
#2
Labels
question
Further information is requested
tests/unit
for a module
#2
In some cases it is observed that unittest is unable to reach the test even when the file path is specified to it in the following form:
It is unclear why this happens, but a possible solution is to add a blank
__init__.py
file in thetests/
folder.The text was updated successfully, but these errors were encountered: