When I renamed the test file to test.py
, I was addicted to the following error.
AttributeError: 'module' object has no attribute 'MyTestCase'
There was no problem if the file name was other than test.py
.
Hmm, it was okay before the version upgrade of Pycharm, but I don't feel that Pycharm is involved.
I wonder if it is related to the / opt
directory of Pycharm's Docker integration.
Recommended Posts