From e21d839b454c4462988d8ecb57d23a0ecdf44cc6 Mon Sep 17 00:00:00 2001 From: MEHRSHAD MIRSHEKARY Date: Fri, 11 Oct 2024 23:31:41 +0330 Subject: [PATCH] :zap::wrench: chore(pyproject): Add pytest new markers --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6d6c811..625695e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,6 +203,8 @@ markers = [ "decorators_execution_tracking: Tests specifically for the execution_tracking module.", "contextvar: Tests for context variable handling in the logging package.", "contextvar_manager: Tests for managing context variables across different log contexts.", + "views: Tests for MVT views in the django logging package.", + "views_log_iboard: Tests specially for the log_iboard view.", ] asyncio_default_fixture_loop_scope = [ "function" ]