We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c6303 commit 236c9bcCopy full SHA for 236c9bc
tests/test_odm2/test_odm2.py
@@ -70,7 +70,7 @@ def fin():
70
71
return dbConn
72
73
-#@pytest.mark.skipif(True, reason="Enable for testing: CreateService Session closes on failed create #52")
+@pytest.mark.skipif(True, reason="Enable for testing: CreateService Session closes on failed create #52")
74
def test_SessionNotFailed(setup):
75
# goal of this is to see that if we force errors like a null value, or duplicate that the session does not fail
76
@@ -362,4 +362,4 @@ def test_createRelatedModel(setup):
362
def test_createSimulation(setup):
363
res = setup.odmread.getAllSimulations()
364
365
- assert len(res) == 1
+ assert len(res) == 1
0 commit comments