sanic-testing
sanic-testing copied to clipboard
Test Client Type Annotation and Common Parent Class
The type annotation of Sanic app's test_client currently is Any. Create a better type for it can make test dev experience better. I think adding a parent class, either abstract or non-abstract class, is one of the ways to solve this.