We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we are only testing when the current project is what is being tested, not a dependency.
The text was updated successfully, but these errors were encountered:
Is this something that will be resolved by #1427?
Sorry, something went wrong.
Probably :P. I don't remember exactly what this issue was about...
ok. In any case, I'll try to add a few more tests to #1427
I'm assuming you were talking about something like
Pkg.develop("Example") Pkg.test("Example")
as compared to
Pkg.develop("Example") Pkg.test()
#1427 includes tests for both cases
No branches or pull requests
Right now we are only testing when the current project is what is being tested, not a dependency.
The text was updated successfully, but these errors were encountered: