Commit Graph

3 Commits

Author SHA1 Message Date
Brian Kohan
88d5195b9d
A number of changes easing type hint integration:
* Updated documentation
* A tested and robust type hint usage example
* Justfile recipes have been adapted to run with minimal dependencies
* Tests are now run isolated from all unnecessary dependencies (including type
  checkers)
2026-02-02 15:39:19 -08:00
Brian Kohan
b16352cc95
add a debug-test recipe that breaks at the start of tests and runs UI in headed mode - fix --trace to work with unittest style tests 2025-12-12 10:57:33 -08:00
Brian Kohan
2fbd9b9d64
add playwright test capability, fix #546
Update src/polymorphic/tests/settings.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Update src/polymorphic/tests/test_admin.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Update src/polymorphic/tests/test_admin.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

address copilot code review suggestions
2025-12-01 14:49:26 -08:00