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

Move regression tests with QuickCheck tests #201

Closed
ivanperez-keera opened this issue Apr 7, 2022 · 0 comments
Closed

Move regression tests with QuickCheck tests #201

ivanperez-keera opened this issue Apr 7, 2022 · 0 comments
Assignees
Milestone

Comments

@ivanperez-keera
Copy link
Owner

As Yampa progresses, as much of the regression tests as possible should use the same mechanisms for testing.

Yampa's regression tests are currently in yampa/, while some randomized tests are with yampa-test. The randomized test cover features also tested in the regression tests, so the latter should progressively disappear in favor of randomized tests when coverage is deemed similar or better with the new method.

To progress in that direction, all tests should be together (in this case, with yampa-test).

@ivanperez-keera ivanperez-keera self-assigned this Apr 7, 2022
ivanperez-keera added a commit that referenced this issue Apr 7, 2022
As Yampa progresses, as much of the regression tests as possible should
use the same mechanisms for testing.

Yampa's regression tests are currently in yampa/, while some randomized
tests are with yampa-test. The randomized test cover features also
tested in the regression tests, so the latter should progressively
disappear in favor of randomized tests when coverage is deemed similar
or better with the new method.

This commit moves all tests into yampa-test, to progress in a direction
of uniformity, test coverage, and simplification.
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