6 lines
248 B
Plaintext
6 lines
248 B
Plaintext
# 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/` |