Skip to content
Snippets Groups Projects
Commit 3210824a authored by David Hendriks's avatar David Hendriks
Browse files

Working on tests with new master

parent 741a4e03
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,9 @@ class test_parse_binary_c_version_info(unittest.TestCase):
if parsed_info["macros"]["NUCSYN"] == "on":
self.assertIsNotNone(parsed_info["isotopes"])
self.assertIsNotNone(parsed_info["nucleosynthesis_sources"])
if parsed_info['macros']["NUCSYN_ID_SOURCES"] == "on":
self.assertIsNotNone(parsed_info["nucleosynthesis_sources"])
class test_output_lines(unittest.TestCase):
......
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