tested
This commit is contained in:
@@ -120,7 +120,7 @@ class OtherUnitTests(TestCase):
|
|||||||
|
|
||||||
|
|
||||||
def test_summaryfromsplitdata(self):
|
def test_summaryfromsplitdata(self):
|
||||||
with open('rowers/tests/testdata/c2splits.json','r') as f:
|
with open('rowers/tests/c2jsonintervaldata.txt','r') as f:
|
||||||
s = f.read()
|
s = f.read()
|
||||||
data = json.loads(s)
|
data = json.loads(s)
|
||||||
splitdata = data['workout']['intervals']
|
splitdata = data['workout']['intervals']
|
||||||
|
|||||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user