-
Notifications
You must be signed in to change notification settings - Fork 106
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
Improve testing infrastructure #285
Conversation
Can you "modularize" the new And bump the version number? |
Sure 👍 |
Bump |
I have a stupid question: is this actually testing the new setup? And we are dropping (test-) compatibility with Julia <1.2. |
@haampie Good to merge? |
Yes. @mschauer I would be happy with only supporting julia 1.5.3+ because it has 5-arg mul, which is useful in some solvers. |
I added a
Project.toml
for the tests, made CompatHelper track it, added doctests to CI, and introduced modules for tests to avoid cluttering the namespace.