-
Notifications
You must be signed in to change notification settings - Fork 132
Ergonomic API for isolating tests written for package:test #262
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
Comments
I don't think it's a good idea to add this to quiver. |
I agree, this doesn't seem like something to add to Quiver. From the issue on |
@zoechi I'm not yet sure if it's possible, but if we can keep @justinfagnani We already plan making Note that this proposal does not include a new test runner, only a handful of useful functions. You would still use normal |
@yjbanov I guess not. If it is a dev_dependency it is only available for development of quiver (test/, tool/, example/) and must not be used in code in lib/. and therefore isn't available to packages depending on quiver. |
Closing this out as we have no plans to implement this in quiver. |
Problem
package:test
no longer provides a good way to isolate tests right from the test code itself (dart-lang/test#127)Proposal
package:quiver/testing/unit.dart
, which hasitest
- isolates one testigroup
- isolates a group of testspackage:test/test.dart
so thatThe text was updated successfully, but these errors were encountered: