redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

have the CLI sort the test files before requiring them #107

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

This ensures the tests will be added, run, and their results all displayed in a consistant order. The dir globbing introduced by the cli was not returning paths in alpha-numeric order. This ensures test files are required in alpha-num order.

@jcredding heads up.