-
Notifications
You must be signed in to change notification settings - Fork 40
Running tests with pipenv #25
Comments
Long story short, yes, you should ; ) The core error message says the app expects the MongoDB URL in a envvar (or |
It seems to be really silly a must have db setup just for run tests. |
Actually we have this line on the So if you follow the instructions you should not get the error you reported. Any ideas on how to make this line clearer? |
You could have one section dedicated to testing. So, you could have something like: Running tests:Requirements: having a MongoDB running locally.... |
IMHO this is kinda a simplistic. We have a section for Settings so what about: “In order to run tests you need to fully configure your instance as describer in the Settings section” – do you think this would make the instructions clearer? |
Yeah. Thanks for your time! Sorry any bothering |
Contributing is never bothering ; ) |
I don't know whether I have be running mongo while runing test.
The text was updated successfully, but these errors were encountered: