-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tests): Refactor tests into integration tests. (#287)
Move the test models into proper `tests` folder as proper integration tests. Test functions are generated using a macro in a consistent manner. These tests no also read JSON models and CSV results from file rather than including them in the test binary. Where original unit tests had assertion recorders to test outputs these have been converted to expected CSV output files.
- Loading branch information
Showing
73 changed files
with
1,319 additions
and
1,064 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.