Closed grantal closed 7 years ago
I made the tests pass on travis. Here is what I did:
django.contrib.sessions
test/settings.py
test/urls.py
django_private_chat/urls.py
dialog_detail
test_views.py
reverse
django.core.urlresolvers
django.urls
MessageMethodTest.test_str_method
websockets
tox.ini
Thanks!
I made the tests pass on travis. Here is what I did:
django.contrib.sessions
to totest/settings.py
test/urls.py
importdjango_private_chat/urls.py
without a namespace so that the reverse ofdialog_detail
intest_views.py
would worktest_views.py
inportreverse
fromdjango.core.urlresolvers
rather thandjango.urls
so that it will work in older versions of djangoMessageMethodTest.test_str_method
not enforce a specific format of stringwebsockets
package does not have a python2.7 versiontox.ini