You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Rules for tests inside tests/test_the_test
3
+
globs:
4
+
alwaysApply: true
5
+
---
6
+
7
+
# Which scenario contains tests/test_the_test functions and classes
8
+
9
+
All tests inside tests/test_the_test should belong to either TEST_THE_TEST, MOCK_THE_TEST or MOCK_THE_TEST_2. For almost all situation, they should belong to TEST_THE_TEST,
0 commit comments