You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add comprehensive testing for Mesa's visualization components (SolaraViz) to our CI pipeline to ensure visualization functionality works correctly across all example models.
What's Been Tried
Basic model testing exists in test_examples.py but doesn't validate visualization components
PR #2491 started testing example app initialization by importing and accessing app.page
PR #215 in mesa-examples attempted more thorough SolaraViz testing but encountered import issues
Current Status
No systematic testing of visualization functionality exists in our CI
No performance benchmarks for visualizations
Basic tests only confirm models run but don't verify visualization correctness
The viz.py approach shows promise but needs integration with existing test infrastructure
Goal
Add comprehensive testing for Mesa's visualization components (SolaraViz) to our CI pipeline to ensure visualization functionality works correctly across all example models.
What's Been Tried
test_examples.py
but doesn't validate visualization componentsapp.page
Current Status
viz.py
approach shows promise but needs integration with existing test infrastructureThe Solara docs might be useful: Testing with Solara
Part of #2364.
The text was updated successfully, but these errors were encountered: