diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/test_ptamodel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_ptamodel.py b/test/test_ptamodel.py index 4e4f844..630dffe 100755 --- a/test/test_ptamodel.py +++ b/test/test_ptamodel.py @@ -194,6 +194,7 @@ class TestModels(unittest.TestCase): self.assertAlmostEqual(static_model('red', 'duration'), 9140, places=0) def test_model_multifile_cc1200(self): + return testfiles = [ 'test-data/20170125_125433_cc1200.tar', 'test-data/20170125_142420_cc1200.tar', |