From 8516927ea235644a959a26211978c93713aa4ec7 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sun, 13 Apr 2025 19:14:25 +0300 Subject: [PATCH] Add testing guidelines to the documentation --- .cursor/rules/testing.mdс | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .cursor/rules/testing.mdс diff --git a/.cursor/rules/testing.mdс b/.cursor/rules/testing.mdс new file mode 100644 index 0000000..9b9b20d --- /dev/null +++ b/.cursor/rules/testing.mdс @@ -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/` \ No newline at end of file