tmux-amq/tests/test_peer_auth.py

6 lines
116 B
Python
Raw Normal View History

from tamq.service import Service
def test_peer_auth_method_exists():
assert hasattr(Service, "_peer_allowed")