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
Create a file
Test the contest by:
A) using ncdiff (https://linux.die.net/man/1/ncdiff) against saved file
B) opening the file and checking the contents against expected names, dimensions, and values
Describe alternatives you've considered
Not having tests and allowing things to break when things start getting really complicated.
Additional context
We said we'd follow modern coding practices, and this is one of them.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There are no unit tests
Describe the solution you'd like
The creation of a unit test suite.
To start, unit tests for the output files.
Possible test runner: http://cxxtest.com/guide.html
Blog about possibilities: https://www.typemock.com/unit-testing-with-c/
The test for the aether output files would:
Create a file
Test the contest by:
A) using ncdiff (https://linux.die.net/man/1/ncdiff) against saved file
B) opening the file and checking the contents against expected names, dimensions, and values
Describe alternatives you've considered
Not having tests and allowing things to break when things start getting really complicated.
Additional context
We said we'd follow modern coding practices, and this is one of them.
The text was updated successfully, but these errors were encountered: