clear temporary files after running run_tests.sh
See original GitHub issueIs your feature request related to a problem? Please describe.
running run_tests.sh
may generate cache files in the folder such as .mypy_cache, .pytype.
Describe the solution you’d like
one option is to offer a --clean
option in run_tests.sh
to remove the files if they exist
Describe alternatives you’ve considered N/A
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Remove temporary files after doing tests - Stack Overflow
During doing unit tests in Rails a few temp files are created (associated with model). When test is done I want to remove...
Read more >Running tests through command-line with run-tests.sh - Drupal
The --sqlite flag tells the test runner to create a temporary database for the test. The name and the folder where you can...
Read more >Shell Script to Remove Temporary Files - GeeksforGeeks
Finally, the removal of temporary files is completed by running “rm” ... Script name script.sh # Script for removing all temporary files ......
Read more >Delete temporary agent files - TestProject Documentation
Delete temporary agent files · 1) Quit the TestProject Agent · 2) Navigate to: Windows. Open the Start menu, type %appdata%\TestProject\Agent\ and hit...
Read more >Automatically delete files marked as temp as soon as not ...
First problem, runtime generated DAG: tho execution graph is only generated at runtime, it's generally fully resolved immediately after the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks, I couldn’t replicate this issue for now, might be a bug, could you create an issue with the bug report template? https://github.com/Project-MONAI/MONAI/issues/new?assignees=&labels=&template=bug_report.md&title=
@fabrizzioalco I don’t think it’s solved, please go ahead,