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

ignored assertion macros #5

Closed
kellyredding opened this issue Aug 9, 2011 · 1 comment
Closed

ignored assertion macros #5

kellyredding opened this issue Aug 9, 2011 · 1 comment
Assignees
Milestone

Comments

@kellyredding
Copy link
Member

  • look at 1.8.7 test-unit, 1.9 minitest
  • do some meth missing action for any assertion helpers we are choosing to not implement
  • have them raise a new type of result called 'ignored' or something
  • this is so that it won't break backwards compatibility, but at the same time we don't have to implement every little helper the old libs do.
  • if we ever decide to implement more macros, we just do it and take them out of the ignored ones.
@ghost ghost assigned jcredding Aug 10, 2011
@jcredding
Copy link
Member

This is in master now, I've implemented a few more macros (empty, nil and includes) but haven't tested them yet. I'll test them as I re-work the assertion tests for basic test unit.

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

No branches or pull requests

2 participants