Skip to content
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

Well more of a suggestion than a bug #10

Open
byterock opened this issue Mar 12, 2014 · 1 comment
Open

Well more of a suggestion than a bug #10

byterock opened this issue Mar 12, 2014 · 1 comment
Labels

Comments

@byterock
Copy link

I added in 'no_extra_attributes'
here
https://github.com/byterock/Test-Moose-More/blob/master/lib/Test/Moose/More.pm

and I have found this to be very useful in my automated testing as it points out extra stuff in my code base that

  1. should not be there or
  2. need to update a test or
  3. build a new test.

Will most likely add in 'no_extra' at the class level so it does the same across a class for me

@rsrchboy
Copy link
Owner

Nice.

This sounds something like a "strict mode" for validate_*, namely "if you find extra stuff, fail"; something I've been thinking about for a while now. Hm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants