manage.py test #10

Closed
opened 2012-06-14 00:14:43 +00:00 by lucassmagal · 2 comments
lucassmagal commented 2012-06-14 00:14:43 +00:00 (Migrated from github.com)

Sorry, it's not clear to me... can I run "manage.py test" to run my test suite using this project? If I test only models, it's ok too?

Sorry, it's not clear to me... can I run "manage.py test" to run my test suite using this project? If I test only models, it's ok too?
rafaelcaricio commented 2012-06-14 02:00:06 +00:00 (Migrated from github.com)

Currently is not able to run tests in django-pyvows using the manage.py. Todo this the django-pyvows should provide an app to override the default command "test" and search for pyvows tests in all apps installed. I think that it should be easy todo.

Actually you should run the normal "pyvows" command at the main path of you project and see all tests running. The PYTHONPATH variable should be configured properly.

Currently is not able to run tests in django-pyvows using the manage.py. Todo this the django-pyvows should provide an app to override the default command "test" and search for pyvows tests in all apps installed. I think that it should be easy todo. Actually you should run the normal "pyvows" command at the main path of you project and see all tests running. The PYTHONPATH variable should be configured properly.
lucassmagal commented 2012-06-14 13:41:28 +00:00 (Migrated from github.com)

Ok @rafaelcaricio ... thank you!

Ok @rafaelcaricio ... thank you!
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: archive/django-pyvows#10
No description provided.