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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
🆕 Features
Routes now support setting custom HTTPS certificates via the certificate_path and key_path route settings (#65)
🎩 Improvements
Ceryx tests have been vastly improved by:
Dropping dependency to the API
Using automatic unique host per test case
Sporting an AMAZING 🆕testing client that lets us test any *.ceryx.test host transparently, without having to handle neither the Host header or the SNI TLS attribute yourself
API tests have been improved by:
Adopting pytest and its fixtures
Adding MyPy for type checking and therefore reducing now unnecessary tests
Using the new schemas for better request/response serialisation
⚠️ Breaking changes
All API routes now have a trailing slash. API calls missing trailing slash, will be redirected to the same path with trailing slash (#65)