-
Notifications
You must be signed in to change notification settings - Fork 1
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
[ENHANCEMENT] Filename convention for examples
files to test
#33
Comments
A question in that case is if we should rename |
I guess the question is probably what the intention is: are we running the examples files to ensure that they are still working, or do we intend to put some things in examples that are actually meant to test some behavior? |
I think both, I've found it is nice to use |
Closed by #41. |
I think right now we run all files that end in
.jl
in theexamples
folder, probably we should have a naming convention liketestexample_f.jl
to specify which ones should get run in the tests, since not all examples will be appropriate to run in tests, some may be setup files, etc.The text was updated successfully, but these errors were encountered: