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
I have the module installed correctly pip3 show testing.postgresql Name: testing.postgresql Version: 1.3.0 Summary: automatically setups a postgresql instance in a temporary directory, and destroys it after testing Home-page: https://github.com/tk0miya/testing.postgresql Author: Takeshi Komiya Author-email: i.tkomiya at gmail.com License: Apache License 2.0 Location: /Users/prashant/Desktop/work/prashant/venv/lib/python3.8/site-packages Requires: pg8000, testing.common.database Required-by:
still getting the error ModuleNotFoundError: No module named 'testing' when i am running the test
The text was updated successfully, but these errors were encountered:
I have the module installed correctly
pip3 show testing.postgresql Name: testing.postgresql Version: 1.3.0 Summary: automatically setups a postgresql instance in a temporary directory, and destroys it after testing Home-page: https://github.com/tk0miya/testing.postgresql Author: Takeshi Komiya Author-email: i.tkomiya at gmail.com License: Apache License 2.0 Location: /Users/prashant/Desktop/work/prashant/venv/lib/python3.8/site-packages Requires: pg8000, testing.common.database Required-by:
still getting the error
ModuleNotFoundError: No module named 'testing'
when i am running the testThe text was updated successfully, but these errors were encountered: