You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A nomenclature for tests is proposed that matches the computer science lingo:
unit tests: everything that's now in tests/
integration tests: make module containing all NESTML models (see GitHub Actions workflow)
End-to-end tests: platform-specific tests that generate code, build code, and run a simulation (everything that's now in tests/nest_tests, tests/python_standalone_tests, etc.
The text was updated successfully, but these errors were encountered:
A nomenclature for tests is proposed that matches the computer science lingo:
tests/
tests/nest_tests
,tests/python_standalone_tests
, etc.The text was updated successfully, but these errors were encountered: