PythonRMV/tests/test_raw.py

8 lines
167 B
Python
Raw Normal View History

2023-11-20 00:05:48 +02:00
import pytest
from pyrmv.raw import stop_by_name
def test_stop_by_name(api_token: str):
assert isinstance(stop_by_name(api_token, "Hauptwache", maxNo=1), dict)