Closed johnwoltman closed 11 years ago
Are you running the tests from you project or the django.js repository ?
I can see on the AssertionError line that the URLs are not the Django.js tests URLs.
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.
I can reproduce it.
I will try to fix it ASAP.
Fixed by b80491c9c8c8f082bb6866e022e4a31fb2216082, 3dc749d641b2544d95bef446bf1602dc35d191a3 and acc00eeb68bf7f3cb43119b0163ab5004b0f4441
Will be released in 0.7.2
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?