tk0miya / testing.postgresql

Apache License 2.0
290 stars 46 forks source link

ModuleNotFoundError: No module named 'testing' #41

Open bhati416416 opened 2 years ago

bhati416416 commented 2 years ago

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

Michal-Mat commented 11 months ago

Have you narrowed down what the error is related to?