wlanslovenija / django-tastypie-mongoengine

MongoEngine support for django-tastypie.
Other
73 stars 59 forks source link

Test running #2

Closed mitar closed 12 years ago

mitar commented 12 years ago

Make python setup.py test run tests. Also document test running.

Furthermore, ./manage.py test in tests does not work.

Examples:

https://github.com/divio/django-cms/blob/develop/runtests.sh https://github.com/divio/django-cms/tree/develop/tests https://github.com/fivethreeo/cmsplugin-blog

matevzmihalic commented 12 years ago

./manage.py test works fine for me. Why doesn't it work for you?

mitar commented 12 years ago

Pull new changes. :-)

matevzmihalic commented 12 years ago

No new pulls yet. ./manage.py test worked fine for me from the beginning.

mitar commented 12 years ago

But not anymore. :-)

mitar commented 12 years ago

See #3.

matevzmihalic commented 12 years ago

Well, maybe I did something with the setup.py and your commit isn't included?

mitar commented 12 years ago

No. It was my mistake. Have not pushed everything. Anyway, once you remove tests from installation, tests do not run anymore. That's the idea.

mitar commented 12 years ago

So, this has to be fixed now once we are installing properly. :-)