Skip to content

Commit 1eeb8fe

Browse files
JacksonBurnsChrisBNEU
authored andcommitted
move rmsyaml test to the rmg functional tests
1 parent 93559d5 commit 1eeb8fe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/rmgpy/rmg/mainTest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ def test_rmg_execute(self):
8787
assert isinstance(self.rmg.database, RMGDatabase)
8888
assert self.rmg.done
8989

90+
def test_disable_rms_yaml_writer(self):
91+
"""
92+
generateRMSEachIter = False in input should set the corresponding property in RMG instance
93+
"""
94+
self.assertFalse(self.rmg.generate_rms_each_iter)
95+
9096
def test_rmg_increases_reactions(self):
9197
"""Test that RMG.execute increases reactions and species."""
9298
assert len(self.rmg.reaction_model.core.reactions) > 0

0 commit comments

Comments
 (0)