-
Notifications
You must be signed in to change notification settings - Fork 35
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
Running Julia tests #507
Comments
I would like to `include("test/juliatests.jl"). After adapting the paths I now run into the following exceptions:
|
Hm, after some changes I got that working:
I excluded
|
Lots of
|
Regarding failures in
Putting it into a let block this succeeds... |
Learning by doing: I'm excluding
My problems with |
For a completely different take on this problem see here. Having made that experience I'd like to propose the following changes:
|
What is the recommended way to run
juliatests.jl
on VS Code?The text was updated successfully, but these errors were encountered: