Paultiplady

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Using Pytest with Django
AnsweredWhen using Pytest with Django, anywhere that a dynamic test configuration would be generated (e.g. right-click a test case and "Run test"), the default `manage.py test` is always run. This conflict... -
Created Egg files not found in path
I've got a somewhat complex project structure, and PyCharm isn't picking up any of my egg dependencies.The project layout is roughly: buildout.cfg setup.py eggs/ develop-eggs/ submodule1/ buildou...