lwcolton / falcon-cors

CORS support for Falcon: http://falconframework.org
Apache License 2.0
74 stars 15 forks source link

Update tests #21

Open hackedd opened 4 years ago

hackedd commented 4 years ago

While looking into #20 I noticed that the tests are currently not passing, this should fix that.

I also added a few more test envs to the tox.ini, so that the tests run with Python 2.7, 3.6 and 3.8, and the tests are run against Falcon 1.1, 1.4, 2.0 and the current 3.0 pre-release.