From d018c2793549b83def728c90a44507f9a623b943 Mon Sep 17 00:00:00 2001 From: c-d-p Date: Sun, 27 Apr 2025 02:10:46 +0200 Subject: [PATCH] added pytestmock --- backend/requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 7a994f9..9019ef8 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,6 +1,7 @@ pytest +pytest_mock pytest-cov # For checking test coverage (optional) ruff # Or flake8, pylint etc. for linting black # For code formatting checks testcontainers -faker \ No newline at end of file +faker