Skip to content

Commit

Permalink
⚡🔧 chore(pyproject): Add pytest new markers
Browse files Browse the repository at this point in the history
  • Loading branch information
MEHRSHAD-MIRSHEKARY committed Oct 11, 2024
1 parent 62e7f44 commit e21d839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

Expand Down

0 comments on commit e21d839

Please sign in to comment.