Skip to content
Snippets Groups Projects
Commit 0effcc2a authored by Zineb Aly's avatar Zineb Aly
Browse files

add NC test

parent da396ce0
No related branches found
No related tags found
No related merge requests found
......@@ -536,5 +536,5 @@ class TestIsCC(unittest.TestCase):
NC_file = is_CC(GENHEN_OFFLINE_FILE)
CC_file = is_CC(GSEAGEN_OFFLINE_FILE)
# self.assertFalse(all(NC_file) == True) # this test fails because the CC flags are not reliable in old files
self.assertFalse(all(NC_file) == True) # this test fails because the CC flags are not reliable in old files
self.assertTrue(all(CC_file) == True)
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