From bf7931c2ca92733c01fff4004f487df1bc912fcf Mon Sep 17 00:00:00 2001 From: Rupam golui <142140947+Itz-Agasta@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:33:21 +0530 Subject: [PATCH] Create pytest.ini --- pytest.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pytest.ini 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