We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae29f80 commit 591afd0Copy full SHA for 591afd0
test/rmgpy/rmg/mainTest.py
@@ -119,6 +119,11 @@ def test_rmg_seed_edge_library_creation(self):
119
"""Test that edge seed mechanisms are created in the correct database locations."""
120
assert os.path.exists(self.seedKinetics)
121
122
+ def test_rmg_rms_mechanism_files_creation(self):
123
+ """Test that rms mechanisms are created in the correct location."""
124
+ assert os.path.exists(os.path.join(self.testDir,self.outputDir,"rms"))
125
+ assert len(os.listdir(os.path.exists(os.path.join(self.testDir,self.outputDir,"rms")))) != 0
126
+
127
def test_rmg_seed_works(self):
128
"""Test that the created seed libraries work.
129
0 commit comments