astahlman / ob-async

Asynchronous src_block execution for org-babel
343 stars 32 forks source link

Name temp files according to test case #66

Closed astahlman closed 3 years ago

astahlman commented 3 years ago

We have a couple of tests that ostensibly write a string to "/tmp/foo", but neither of them deletes the file on setup or teardown. If one of them fails, the success of the other test could mask it.

Ideally the file would be named with a GUID and we'd clean it up after each test case, but I'll leave that as a future improvement.