encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

tests improvements #673

Closed amenezes closed 4 years ago

amenezes commented 4 years ago

Hello all,

I noticed that apistar is compatible, at first, with python 3.8 and pypy would not be useful include this in the tests, for example, in a tox.ini file and also update the metadata?

Another two issues are relative to:

It's relevant submit a PR with this improvements?

tomchristie commented 4 years ago

I'd prefer any changes here to be kept minimal. Yup we could accept 3.8 being added to the test matrix. Yup it's reasonable to include the tests directory in coverage.

Any pull requests here should address a single issue at a time.

Thanks!