-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test classes with compilation errors pass #90
Comments
Actually, in this particular case it's not really fixable in TCM. The fact that However, what you should be doing is checking So my question is: how are you loading your test classes? I tried putting each of these classes in a |
How about adding this to the documentation? |
@glauschwuffel What exactly do you think should be documented? |
@autarch From Ovids text I understand that failed attempts to dynamically add test classes results in these classes being listed as test to be skipped. So maybe this small information could be added in a CAVEAT section or something like that. |
@glauschwuffel If you wanted to make a PR for this that would be great. |
This is
Test::Class::Moose
version 0.91.On a number of occasions we've found that our test classes have a syntax error and are skipped, but the test passes. Below is an example:
And when you run that:
I suspect this may have the same underlying issue as #70.
The text was updated successfully, but these errors were encountered: