mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-07-06 01:42:11 +02:00
Drop low value tests
This commit is contained in:
@@ -89,19 +89,6 @@ class TestSetPrivateKey:
|
||||
assert pub1 != pub2
|
||||
|
||||
|
||||
class TestGettersWhenEmpty:
|
||||
"""Test getter behavior when no key is stored."""
|
||||
|
||||
def test_get_private_key_returns_none(self):
|
||||
assert get_private_key() is None
|
||||
|
||||
def test_get_public_key_returns_none(self):
|
||||
assert get_public_key() is None
|
||||
|
||||
def test_has_private_key_false(self):
|
||||
assert has_private_key() is False
|
||||
|
||||
|
||||
class TestClearKeys:
|
||||
"""Test clearing in-memory key material."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user