Skip to content
Snippets Groups Projects
Commit 0c56c7f4 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Tests passing

parent f6ffcd39
No related branches found
No related tags found
No related merge requests found
Pipeline #3833 passed
......@@ -203,8 +203,8 @@ class Test_genDirecortiesNames(unittest.TestCase):
directories = execution.gen_direcorties_names(cls.directory,
cls.stats_iter)
cls.assertEqual(len(directories), 5)
cls.assertEqual(directories[0], os.path.join(tmp_path, "iter_1/"))
cls.assertEqual(directories[-1], os.path.join(tmp_path, "iter_5/"))
cls.assertEqual(directories[0], os.path.join(tmp_path, "iter_1"))
cls.assertEqual(directories[-1], os.path.join(tmp_path, "iter_5"))
def test_ovo_no_iter(cls):
cls.stats_iter = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment