-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add tests for GVI-usage + IRS-usage #113
Comments
or
The following tests are failing currently and need updates: Update: These tests work now since 4ddba28 |
Tests are not necessary to be changed, as they are optional now. see 4ddba28 |
I thought the add tests title was more about testing the new functionality than fixing compatibility issues? |
@dhardy You think they are needed? At first I did make So I think changing the tests are now obsolete in this case (I even chose this title). Do you think we should create additional tests specifically for GVI- and IRS-usage? |
Making them optional is a good idea; it'll save a bunch of complaints about my XML is broken! In theory there should be tests for every feature, but to do this properly you need (a) to do a mini-experiment (probably at least pop 10000 and a few repetitions) to check the feature seems to behave in the right way, and (b) including the feature in some test scenario with a small pop size (new or existing) to test the feature doesn't get broken by future code changes. But for simple features I'm often lazy; it can be a lot of work. |
I know there are a few test experiments which have |
As #56 is now implemented, write tests for it.
The text was updated successfully, but these errors were encountered: