Skip to content

Commit 93d73ef

Browse files
committed
Refactor run_tests.sh and update rules.mdc for improved test execution and configuration
- Refactored `run_tests.sh` to change the phase of infrastructure monitoring to post-startup and removed redundant Docker service startup command. - Updated `rules.mdc` to set `alwaysApply` to false, enhancing configuration management for test execution. - Improved code readability and organization in `converter.py` by standardizing string quotes and optimizing import statements.
1 parent 2f8516a commit 93d73ef

File tree

4 files changed

+639
-397
lines changed

4 files changed

+639
-397
lines changed

.cursor/rules/rules.mdc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
description:
3-
globs:
4-
alwaysApply: true
2+
alwaysApply: false
53
---
64
Use following command to run tests:
75

0 commit comments

Comments
 (0)