cmu-delphi / exploration-tooling

tools for evaluating and exploring forecasters
Other
0 stars 0 forks source link

Verify shiny app behavior with tests #64

Open nmdefries opened 10 months ago

nmdefries commented 10 months ago

Testing shiny apps is hard in general. There are some snapshot-based tests to check that behavior is stable. The app behavior is not finalized yet so we'll hold off on that for now, but unit tests and assertions/checks in-code would be useful. The app doesn't use a tone of functions at the momen, so we also need to refactor it to isolate testable code.