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
If a module specifies :unit_test_module: com.package.tests.test_my_stuf and the test_my_stuff.py does not yet exist it will be generated in the root with the name com.package.tests.test_my_stuff.py rather than under ./com/package/tests.
Workaround
The module 'test_my_stuff.py' is valid and can be moved/renamed to the correct location/name.
The text was updated successfully, but these errors were encountered:
If a module specifies
:unit_test_module: com.package.tests.test_my_stuf
and thetest_my_stuff.py
does not yet exist it will be generated in the root with the namecom.package.tests.test_my_stuff.py
rather than under./com/package/tests
.Workaround
The module 'test_my_stuff.py' is valid and can be moved/renamed to the correct location/name.
The text was updated successfully, but these errors were encountered: