-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some errors when run "python -m pytest" #184
Comments
I suspect you skipped the step of running |
Thanks for your reply! |
I have another error when running
|
I fixed this error by |
were you added this pace if code? i am facing the same error while importing packages |
@venkatasivaramireddy |
My directory structure is like so In test_features.py, I am importing the class from class_features.py from features.classes.class_features import ClassFeatures but getting error, from features.classes.class_features import ClassFeatures |
RuntimeError: Working outside of the application context. |
The text was updated successfully, but these errors were encountered: