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 the above import line is used and no class_prefix is defined then the cement.util.TestApp import ends up replacing the @class_prefix@TestApp from the import line just above it here:
boss-templates/cement-app/@module@/utils/test.py
Line 4 in 1f27ab3
If the above import line is used and no class_prefix is defined then the cement.util.TestApp import ends up replacing the @class_prefix@TestApp from the import line just above it here:
boss-templates/cement-app/@module@/utils/test.py
Line 3 in 1f27ab3
which causes issues with the line shown here:
boss-templates/cement-app/@module@/utils/test.py
Line 7 in 1f27ab3
I recommend replacing the * with CementTestCase only on line 3 above.
The text was updated successfully, but these errors were encountered: