-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add simulation flag to not remove all output files (#559)
* flag to not remove all output files * fix typo in pytest mark * dry code and change to pathlib where possible * clarify variable name when deleting files * enforce Path type to make mypy happier * tell mypy to ignore a line * make path windows-friendly, even though CI only uses it on linux * move deletion of tmp folder to the container --------- Co-authored-by: Nathan Moore <[email protected]>
- Loading branch information
Showing
3 changed files
with
60 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters