-
Notifications
You must be signed in to change notification settings - Fork 322
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
Tests not running without project.json #414
Comments
Same problem as I meet,You can copy 'defaults.v8.config.json' which produce by populus init command and rename it to 'project.json', test will work fine. |
Do you still have a user-wide config in EDIT: Can confirm issue present without the above. |
I too am seeing this issue on MacOS. I do not have a ~/.populus/ directory. as @jiffies suggests - if you copy the 'defaults.v8.config.json' into your project root and rename to project.json then the tests do run. |
api2a is my virtualenv and this is where the write ended up -- seems like that was supposed to the source of project.json, not the destination. The project.json trick worked for me once I spelled it correctly. mac Sierra |
Can confirm the same problem and solution. |
confirm the same issue and solution. |
Also just ran into this while using Conda environment;
Rename workaround worked. |
|
|
Populus Version: 2.2.0 Problem: Solution: copy defaults.v8.config.json file and paste it on your project and rename defaults.v8.config.json to project.json file. This solution solved the issue for me |
What was wrong?
Without a project.json the tests will not run.
You can reproduce that by going into an empty directory and initialize it with
populus init
and then run the example tests.Cute Animal Picture
The text was updated successfully, but these errors were encountered: