chore: add explicit test for workaround of python/cpython#98976 (#135)
This commit is contained in:
6
tests/test_constants.py
Normal file
6
tests/test_constants.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from dbus_fast.constants import MESSAGE_FLAG_MAP, MessageFlag
|
||||
|
||||
|
||||
def test_message_flag_map():
|
||||
assert 0 in MESSAGE_FLAG_MAP
|
||||
assert MessageFlag.NONE in MESSAGE_FLAG_MAP
|
||||
Reference in New Issue
Block a user