Skip to content
Snippets Groups Projects
Commit 2f6a1d15 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

improve tests

parent 6b022c50
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ class testConfig(unittest.TestCase):
self.cfg = toml.load('tests/test.toml')
self.glob = {'author': 'jgrelet IRD March 2019 PIRATA-FR29 cruise',
'debug': False, 'echo': True}
'debug': False, 'echo': True, 'codeRoscop': 'C:\git\python\oceano2python\code_roscop.csv',
'ascii': "ascii", 'netcdf': "netcdf", 'odv': "odv"}
self.cruise = {'cycleMesure': 'PIRATA-FR29', 'plateforme': 'THALASSA', 'callsign': 'FNFP', 'institute': 'IRD',
'timezone': 'GMT', 'beginDate': '01/03/2019', 'endDate': '04/04/2019', 'pi': 'BOURLES',
......
......@@ -27,7 +27,7 @@ class testRoscop(unittest.TestCase):
def test_entries(self):
''' test the number of entries in csv file '''
self.assertEqual(len(self.r), 68)
self.assertEqual(len(self.r), 69)
def test_key_TEMP(self):
''' test the standard_name for physical parameter TEMP '''
......
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