haltcase / glob

Pure Nim library for matching file paths against Unix style glob patterns.
https://glob.bolingen.me
MIT License
61 stars 5 forks source link

Run tests in a temporary directory #48

Closed xzfc closed 3 years ago

xzfc commented 4 years ago

The temporary directory name is randomized (e.g. /run/user/1000/glob-fvhmkwjdflg), much like mktemp does. The temporary directory is removed after running all tests.

Closes #40.

haltcase commented 4 years ago

LGTM (thanks @xzfc!), @timotheecour would you mind taking a look to see if it takes care of your concerns?