Skip to content
Snippets Groups Projects
Commit 598a76a2 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

renamed test function

parent 0e520231
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class Test_Tes_IO(unittest.TestCase):
def setUp(self):
self.examplefile = get_path('pos10001.tab')
def test_openspc(self):
def test_opentab(self):
ds = io_tes.Tes(self.examplefile)
self.assertEqual(ds.data.size, 119106)
self.assertIsInstance(ds.data, pd.DataFrame)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment