Private
Public Access
1
0

removing obsolete .ix calls to pandas

This commit is contained in:
Sander Roosendaal
2019-02-09 08:52:52 +01:00
parent a5d8dbdf07
commit b88c6e902a
13 changed files with 93 additions and 85 deletions

View File

@@ -31,7 +31,7 @@ class SimpleViewTest(TestCase):
except (IOError, WindowsError,OSError):
pass
def start_protrial(self):
def test_start_protrial(self):
login = self.c.login(username=self.u.username, password=self.password)
self.assertTrue(login)
@@ -43,7 +43,7 @@ class SimpleViewTest(TestCase):
expected_url='/rowers/list-workouts/',
status_code=302,target_status_code=200)
def start_plantrial(self):
def test_start_plantrial(self):
login = self.c.login(username=self.u.username, password=self.password)
self.assertTrue(login)