add TestEmptyType class

This commit is contained in:
Rodolfo Becerra 2023-09-29 13:02:20 +02:00
parent 5d53627da3
commit ebedc594b3

View File

@ -40,6 +40,11 @@ utc = datetime.timezone.utc
# --------------------------- # ---------------------------
class TestEmptyType:
def test_bool_method(self):
assert not bool(empty)
class TestIsSimpleCallable: class TestIsSimpleCallable:
def test_method(self): def test_method(self):