From d514e6b4cf09a3dd3aaa92a639682bb166d134ff Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Wed, 28 Jan 2026 14:18:29 +0530 Subject: [PATCH] test: register integration mark via pytest.ini; tidy test warnings --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..ec6da6f3 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +markers = + integration: marks tests as integration (deselect with '-m "not integration"') +addopts = -ra