stretchr / gorc

Recursive go testing, done better.
141 stars 2 forks source link

Run test by directory #15

Closed tylerstillwater closed 11 years ago

tylerstillwater commented 11 years ago

We should add the ability to run a test based on the directory name. Ex:

gort test testify

Will recurse the directory structure and run the tests inside the directory named "testify".