From 82c8b0430b27a8ccaf6d78ef603e9b1f7c48bb2a Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Sat, 13 Sep 2025 21:47:57 +0200 Subject: [PATCH] Test tools requirements --- requirements-test.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements-test.txt diff --git a/requirements-test.txt b/requirements-test.txt new file mode 100644 index 00000000..3e0fe59d --- /dev/null +++ b/requirements-test.txt @@ -0,0 +1,9 @@ +# tests/requirements-test.txt +# Testing dependencies +pytest>=7.4.0 +pytest-cov>=4.1.0 +pytest-asyncio>=0.21.0 +pytest-mock>=3.11.0 +httpx>=0.24.0 +faker>=19.0.0 +pytest-repeat>=0.9.4