mirror of
https://github.com/meshtastic/python.git
synced 2026-04-23 16:27:21 -04:00
fix warnings now that tests have been commented out
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user