-
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
Test #19
Comments
You need a test folder, plz read the docs https://docs.julialang.org/en/v1/stdlib/Test/ ; you can also see an example in https://github.com/worlddynamics/WorldDynamics.jl . |
would this file work in a folder named test? : using Vensim2MTK, Test, ModelingToolkit filepaths=["..\examples\Dice.xmile","..\examples\Lokta.xmile","..\examples\commitment2.xmile","..\examples\community corona 8.xmile"] |
I fixed the tests in the PR #36 |
We talked about tests that would help in testing if changes to the code broke anything. how should i present it? the test code is pretty simple, should i just make a test.jl file and put it in src, or do i need a test folder?
The text was updated successfully, but these errors were encountered: