FastDifferentiation v0.4.4
changed test code to use new @testSnippets feature instead of having code in separate files. Because different @testitem's can't share code I put shared code in files in the test directory and included those files in the testitems. This was clunky and complicated. @testSnippets allows code to be shared among different testitems. Now all the test code is in a single file, easier to understand and maintain.
Merged pull requests:
- Remove include statements in test code and replace with test snippets. (#107) (@brianguenter)
Closed issues:
- Latest version broke DI tests (#106)