Describe the bug
After installing the wheels-hotwire package and attempting to run its tests, the test page renders a blank screen displaying only:
No additional error details or stack trace are shown, making it difficult to diagnose the failure.
To Reproduce
Steps to reproduce the behavior:
- Install the wheels-hotwire package in a Wheels application
- Run or open the package tests
- Observe the blank page with:
Expected behavior
The tests should:
- Run successfully
or
- Display meaningful error output and stack traces if failures occur
Screenshots

Desktop
OS: Any
Additional context
The issue may be related to:
- Test bootstrapping/setup failure
- Silent exception handling
- Missing dependency or configuration
- Error rendering failure in the test runner
The current output (Errors -1) is not actionable and does not provide enough debugging information.
Describe the bug
After installing the
wheels-hotwirepackage and attempting to run its tests, the test page renders a blank screen displaying only:No additional error details or stack trace are shown, making it difficult to diagnose the failure.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tests should:
or
Screenshots

Desktop
OS: Any
Additional context
The issue may be related to:
The current output
(Errors -1)is not actionable and does not provide enough debugging information.