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
]test
It looks like there's a TODO note here already, but just creating an issue to track it:
RegressionTests.jl/src/RegressionTests.jl
Line 85 in af8d60e
Our repo is organized with lots of subpackages, and i was expecting to be able to run this:
julia> Pkg.activate("packages/SubPackage") julia> import RegressionTests julia> RegressionTests.test()
but I got:
julia> RegressionTests.test() ERROR: IOError: open("/Users/nathandaly/work/bench", 0, 0): no such file or directory (ENOENT)
It would be nice to set the default project to be the path of the current_project(), similar to what running Pkg.test() would do.
Pkg.test()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like there's a TODO note here already, but just creating an issue to track it:
RegressionTests.jl/src/RegressionTests.jl
Line 85 in af8d60e
Our repo is organized with lots of subpackages, and i was expecting to be able to run this:
but I got:
It would be nice to set the default project to be the path of the current_project(), similar to what running
Pkg.test()
would do.The text was updated successfully, but these errors were encountered: