Re: Registering a stand-alone test app

2015-02-10 Thread Avraham Serour
This could be an issue with your pythonpath , it looks like the ./app folder is being added twice to the path, so the import complains it found a module with this name in multiple locations On Feb 11, 2015 8:07 AM, "Nicole Harris" wrote: > Hi All, > > I have an app in my root folder named 'bdd'.

Registering a stand-alone test app

2015-02-10 Thread Nicole Harris
Hi All, I have an app in my root folder named 'bdd'. It contains an (empty) models.py as well as some files for running behave tests. I have added this app to INSTALLED_APPS in my settings.py so that I can run the tests with the Django Behave