-
Notifications
You must be signed in to change notification settings - Fork 481
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
Have a REQUIRE file for the doctests #200
Comments
Good idea, though I think this should probably be part of
so that we can stop having to install
Note that for now you can call your |
Yes, that sounds great, especially support from Base and tighter integration with travis! I guess there is a question which requirements should go into |
I think the line between the two are probably always going to be a bit fuzzy. As far as I'm concerned doctests could easily fit in either |
Would it be possible to have a REQUIRE for packages necessary to create the documentation, but the package otherwise doesn't depend on? See https://github.com/GiovineItalia/Gadfly.jl/blob/master/docs/REQUIRE and https://github.com/GiovineItalia/Gadfly.jl/blob/master/.travis.yml for my workaround. Kind of hacky. |
Closing this as we now have |
I think this depends a bit on whether #198 is implemented, but as long as doctests don't only run as part of the normal test suite, it would be good to be able to specify a REQUIRE file for the doctests, like one can specify a REQUIRE file in the test folder for additional packages that are needed for the test runs.
On the other hand, if the model here is changed so that doctests always (and only) run in the context of the normal test suite, this would not be required, because one could just use the REQUIRE file in the test folder.
The text was updated successfully, but these errors were encountered: