summary refs log tree commit diff stats
path: root/tests/stdlib/ttempfiles.nim
Commit message (Collapse)AuthorAgeFilesLines
* improve std/tempfiles (#17920)Timothee Cour2021-05-111-10/+42
| | | | | | | | * improve std/tempfiles * fixup * fix windows * improve test * improve runnableExamples and tests * address comment
* close #9372 add std/tempfiles (#17361)flywind2021-04-211-0/+17
* close #9372 add std/tempfile