Skip to content
Snippets Groups Projects
Commit bde7fc0d authored by Bienchen's avatar Bienchen
Browse files

Enabled rawmodel tests

parent c367cf39
Branches
Tags
No related merge requests found
...@@ -5,7 +5,6 @@ import unittest ...@@ -5,7 +5,6 @@ import unittest
from promod3 import rawmodel from promod3 import rawmodel
from ost import conop, seq, io, mol from ost import conop, seq, io, mol
"""
class RawModelingTests(unittest.TestCase): class RawModelingTests(unittest.TestCase):
def setUp(self): def setUp(self):
compound_lib = conop.CompoundLib.Load( compound_lib = conop.CompoundLib.Load(
...@@ -101,4 +100,4 @@ class RawModelingTests(unittest.TestCase): ...@@ -101,4 +100,4 @@ class RawModelingTests(unittest.TestCase):
if __name__ == "__main__": if __name__ == "__main__":
from ost import testutils from ost import testutils
testutils.RunTests() testutils.RunTests()
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment