Skip to content

Commit

Permalink
Create pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-Agasta committed Feb 6, 2025
1 parent 4852d2b commit bf7931c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf7931c

Please sign in to comment.