jorgenschaefer / emacs-buttercup

Behavior-Driven Emacs Lisp Testing
GNU General Public License v3.0
363 stars 44 forks source link

Do the tests run in parallel or serially? #195

Closed Trevoke closed 4 years ago

Trevoke commented 4 years ago

That's it.. That's my question :)

snogge commented 4 years ago

Tests are run sequentially in the order they were read/loaded.

Trevoke commented 4 years ago

Okay - that brings any issues back to either my code or, in my case, possibly emacs' approach to filesystem operations. Thanks!