diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..0c8deff --- /dev/null +++ b/pytest.ini @@ -0,0 +1,10 @@ +[pytest] +asyncio_mode = auto +asyncio_default_fixture_loop_scope = function +testpaths = tests +python_files = test_*.py +python_classes = Test* +python_functions = test_* +markers = + playback: mark a test as related to playback functionality + track_info: mark a test as related to track information functionality \ No newline at end of file