File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- {
2- "subject/episodes/datasets/investigation/endoscopy/polypcategories/test_setup" : " 2025-07-09"
3- }
1+ {
2+ "subject/episodes/datasets/investigation/endoscopy/polypcategories/test_setup" : " 2025-07-09"
3+ }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This utility manages a JSON file (`.test_last_runs.json`) that records the last
2929You might want to use this utility in scenarios such as:
3030
3131- Avoiding repeated execution of slow or stateful tests within the same day.
32- - Ensuring setup or teardown routines only run once per day.
32+ - Ensuring setup or tear down routines only run once per day.
3333- Tracking test execution dates for reporting or debugging.
3434
3535---
@@ -55,7 +55,7 @@ See the docstrings in the code for details on each function.
5555- ** save_last_run_data(data: Dict[ str, Any] ) -> None**
5656 Saves the provided dictionary to the JSON file.
5757
58- - ** has_test_run_today(test_name: str) -> bool **
58+ - ** has_test_run_today(test_name: str) -> boolean **
5959 Checks if the given test has already run today. If not, updates the record to mark it as run today.
6060
6161---
You can’t perform that action at this time.
0 commit comments