SunnySuite / Sunny.jl

Spin dynamics and generalization to SU(N) coherent states
Other
86 stars 19 forks source link

Consider switching to TestItems.jl #34

Closed kbarros closed 2 years ago

kbarros commented 2 years ago

This would enable self-contained inline tests (instead of putting everything in runtests.jl), and a convenient GUI to run individual tests from inside VSCode.

I'm not sure we want to do it, but it's worth considering.

Announcement post: https://discourse.julialang.org/t/prerelease-of-new-testing-framework-and-test-run-ui-in-vs-code/86355

Package docs: https://github.com/julia-vscode/TestItemRunner.jl

kbarros commented 2 years ago

Also worth considering whether we should include code examples in doc strings, which would serve as tests during the doc build process. Ben Cohen-Stead suggested this.