fix warnings now that tests have been commented out

This commit is contained in:
Mike Kinney
2022-06-16 19:26:52 -07:00
parent e1f1cab5a5
commit 89b0426a2b
4 changed files with 10 additions and 9 deletions

View File

@@ -606,11 +606,12 @@ def test_getOrCreateByNum(iface_with_nodes):
assert tmp['num'] == 2475227164
@pytest.mark.unit
def test_enter():
"""Test __enter__()"""
iface = MeshInterface(noProto=True)
assert iface == iface.__enter__()
# TODO
#@pytest.mark.unit
#def test_enter():
# """Test __enter__()"""
# iface = MeshInterface(noProto=True)
# assert iface == iface.__enter__()
@pytest.mark.unit