mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-31 01:02:04 +08:00
c1a89ff5e1
The mock app is deliberately partial, so typing it as Any keeps the stubbing readable instead of casting each attribute, and the session stub gets a real cast. My fault for not re-running mypy after turning this from an integration test into a unit test -- CI runs `cd lib && mypy . ../test`, so it type checks test/ too.