hoaproject / Test

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

Add a default behaviour to `test:run` to run current test suite #54

Closed shulard closed 8 years ago

shulard commented 8 years ago

Hello,

I think it can be useful to run the test on the current library by default when running test:run command. This is a kind of shortcut for: test:run -l CurrentLib

I'm always missing to last parameter because I just want to run current test suite...

Though about that update ?

Hywan commented 8 years ago

I guess it's better to have -d Test by default instead of -l currentLibrary. I reckon -d . could work too.

Hywan commented 8 years ago

Fixed by #55.