mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Move expected test failure to TestCase class.
This commit is contained in:
parent
bcccac1da7
commit
4ce7f8ce33
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ import sys
|
|||
from dddp import tests
|
||||
|
||||
|
||||
# gevent-websocket doesn't work with Python 3 yet
|
||||
@tests.expected_failure_if(sys.version_info.major == 3)
|
||||
class AccountsTestCase(tests.DDPServerTestCase):
|
||||
|
||||
# gevent-websocket doesn't work with Python 3 yet
|
||||
@tests.expected_failure_if(sys.version_info.major == 3)
|
||||
def test_login_no_accounts(self):
|
||||
sockjs = self.server.sockjs('/sockjs/1/a/websocket')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue