From 0993752cb11d54f6660a40eedb1b9d5cf8b3f2f7 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 20 Mar 2025 13:29:37 +0100 Subject: Initial project structure --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..6a7d170 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +asyncio_default_fixture_loop_scope = function \ No newline at end of file -- cgit v1.3.1