Skip to content

Commit

Permalink
🔧 chore(pyproject): add new markers to pytest configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
MEHRSHAD-MIRSHEKARY committed Sep 11, 2024
1 parent 2713377 commit 3a1448c
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 @@ -188,6 +188,8 @@ markers = [
"validators: Tests for validating configurations and inputs in the logging package.",
"config_validator: Tests focused on validators that check configuration settings.",
"email_settings_validator: Tests for validators that ensure email settings are valid.",
"decorators: Tests focused on custom decorators used throughout the package.",
"decorators_execution_tracking: Tests specifically for the execution_tracking module.",
]

[tool.coverage.run]
Expand Down

0 comments on commit 3a1448c

Please sign in to comment.