What's Changed
- Add a
__test__ = False
attribute to theTestClient
so it won't get collected by pytest
together with an async test by @provinzkraut in #688 - Fix an issue (#693) where header values would be forced to lower case. by @provinzkraut in #695
- Add support for server-side sessions by @provinzkraut & @Goldziher in #630
Full Changelog: v1.33.0...v1.34.0