Skip to content
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

Break up unit tests into separate files tests #136

Open
charleskawczynski opened this issue Sep 27, 2022 · 0 comments
Open

Break up unit tests into separate files tests #136

charleskawczynski opened this issue Sep 27, 2022 · 0 comments
Labels

Comments

@charleskawczynski
Copy link
Member

The unit test file is quite long and, the increased size makes it more prone to leaky tests. It might be nice if we take some time to organize the unit tests a bit and break it into separate files, and perhaps use SafeTestsets.jl

One concrete issue is that #112 implements a function once in the test (since it creates a closure over some variables to feed into ForwardDiff), and another in the docs. If we split up the tests a bit more, we may be able to just include shared files between the test and docs directory without duplication. I didn't want to include all of this re-organization in #112, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant