marick / lein-midje

Leiningen plugin for Midje
MIT License
77 stars 29 forks source link

Print path to file containing failed test #19

Closed mstump closed 12 years ago

mstump commented 12 years ago

Test output for a failed test is something along the lines of:

FAIL at (package_version.clj:38)

It would be helpful if the file contained either the full or relative path. Reason being is that with noir projects you might have multiple files with the same name but under different paths say for views, models etc..

If you point me in the right direction I'll do the change and submit a pull request if you would like.

AlexBaranosky commented 12 years ago

Hey Matt, Could youu create and issue on the Midje project, instead? On Mar 11, 2012 11:19 PM, "Matt Stump" < reply@reply.github.com> wrote:

Test output for a failed test is something along the lines of:

FAIL at (package_version.clj:38)

It would be helpful if the file contained either the full or relative path. Reason being is that with noir projects you might have multiple files with the same name but under different paths say for views, models etc..

If you point me in the right direction I'll do the change and submit a pull request if you would like.


Reply to this email directly or view it on GitHub: https://github.com/marick/lein-midje/issues/19

AlexBaranosky commented 12 years ago

Moved to Midje project issues: https://github.com/marick/Midje/issues/115