eugeniy / pytest-tornado

A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
Apache License 2.0
121 stars 34 forks source link

Consider using httpx instead of tornado http_client? #63

Open dingyaguang117 opened 4 years ago

dingyaguang117 commented 4 years ago

httpx is more friendly.

okin commented 4 years ago

What would the differences be? What cases would be improved by this?

dingyaguang117 commented 4 years ago
  1. Easier to use API
  2. upload file