You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use django's ./manage test, there are many failed unit tests coming from django.js. I'm using Django 1.4.5 with psycopg2. Here is a typical example:
My project. I'm wondering what is going on in the tests that cause them to fail when the Grappelli admin app is loaded. When I update 3rd party Django apps like Grappelli I run ./manage test to make sure everything is still working. I recently added DjangoJS to my project and now the tests fail.
When I use
django's ./manage test
, there are many failed unit tests coming from django.js. I'm using Django 1.4.5 with psycopg2. Here is a typical example:What should I do to get these tests passing?
The text was updated successfully, but these errors were encountered: