Add testing guidelines to the documentation

This commit is contained in:
vvzvlad
2025-04-13 19:14:25 +03:00
parent d7eb71f03a
commit 8516927ea2
+6
View File
@@ -0,0 +1,6 @@
# Testing Guidelines
- **Location:** Tests are located in the `tests/` directory.
- **Execution:**
- To run tests for the post parser, use the command: `pytest tests/test_post_parser.py`
- To run all tests in the project, use: `pytest tests/`