Added a few basic tests
This commit is contained in:
7
tests/test_raw.py
Normal file
7
tests/test_raw.py
Normal file
@@ -0,0 +1,7 @@
|
||||
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)
|
Reference in New Issue
Block a user