question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

clear temporary files after running run_tests.sh

See original GitHub issue

Is 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:closed
  • Created 3 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
wylicommented, Jun 9, 2020

Sure. When i clone the repo i run pip3 install -r requirements.txt and then run the tests with ./runtests.sh --coverage to see which files are created, throw me that error of typos. Is that what you were looking for>

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=

1reaction
wylicommented, Jun 8, 2020

@fabrizzioalco I don’t think it’s solved, please go ahead,

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found