-
Notifications
You must be signed in to change notification settings - Fork 53
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
More generalized gen_ideal_test.py
#131
Comments
Thanks Soren, the solution I would like to see (when someone has time) is gen_ideal_test with no CLI arguments does what it used to, then |
better still would be that, plus an option to give it a |
This shouldn't be too difficult, I'll look into it and start working it |
@scrasmussen is it fair to say that it is somewhat general now, or do you still need to add more configurability to it? |
@gutmann thanks for the reminder. I have a branch laying around with the changes I wanted, I just need to merge in the upstream changes and then create a PR. |
Expected Behavior
gen_ideal_test.py
should be restored to previous version to be truly a generalized test case. Or a new method that is more generalized and easier to produce tests with should be created.Current Behavior
gen_ideal_test.py
is an ideal test case for the Sleve work in #128Possible Solution
gen_ideal_test.py
should be moved togen_sleve_ideal_test.py
and the previousgen_ideal_test.py
should be stored or a new idea test case that is more generalized and easier to produce tests with should be created.The text was updated successfully, but these errors were encountered: