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

Fail fast when using mocha/test_unit or mocha/minitest if integration fails #229

Closed
floehopper opened this issue May 4, 2015 · 1 comment
Milestone

Comments

@floehopper
Copy link
Member

floehopper commented May 4, 2015

If someone is explicitly requiring "mocha/test_unit" or "mocha/minitest" then the implication is that they know which test framework they are trying to integrate with. If the Mocha integration fails (because the test framework hasn't been loaded) then we should raise an error. But as a first step we should deprecate this usage to give people a chance to fix things.

@floehopper floehopper changed the title Fail fast when using mocha/test_unit or mocha/mini_test if integration fails Fail fast when using mocha/test_unit or mocha/minitest if integration fails Nov 3, 2019
@floehopper
Copy link
Member Author

This has been partially addressed in #389 / c6032d0 in that these usages have been deprecated, but I'm going to leave this issue open to remind us to fail fast in a later release.

@floehopper floehopper added this to the 2.0.0 milestone Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant