hoaproject / Test

The Hoa\Test library.
https://hoa-project.net/
11 stars 10 forks source link

fix(run) Kitab must not override default directory. #90

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

If the collection of directories containing tests to execute is empty, then the Test directory is used if and only it exists. But with the introduction of Kitab, this collection was never empty because Kitab was already inserting its own workspace into it.

This patch fixes this behavior.