diff --git a/backend/pytest.ini b/backend/pytest.ini new file mode 100644 index 0000000..5a66064 --- /dev/null +++ b/backend/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +asyncio_mode = strict +asyncio_default_test_loop_scope = session +testpaths = tests \ No newline at end of file