File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ This project includes the following dependencies:
7171 - ` ruff ` : ^0.6.7 (for code linting and formatting)
7272 - ` mypy ` : ^1.11.2 (for type checking)
7373 - ` pre-commit ` : ^3.8.0 (for managing Git hooks)
74+ - ` pytest ` : ^7.2.0 (for unit testing)
7475
7576## Code Quality
7677
@@ -109,6 +110,7 @@ overview of the configured hooks:
109110- ** Ruff Format** : Automatically formats Python code according to specified rules.
110111- ** Ruff Lint** : Performs linting to catch potential errors and maintain coding standards.
111112- ** Mypy Type Check** : Checks type annotations for consistency and correctness in Python code.
113+ - ** Pytest** : Runs the tests found in the /tests folder.
112114
113115For more information on pre-commit, visit [ pre-commit.com] ( https://pre-commit.com ) .
114116
You can’t perform that action at this time.
0 commit comments