eukaryote / pytest-tornasync

A pytest plugin for testing Tornado (version 5.0 or newer) apps using plain (undecoratored) native coroutine tests.
MIT License
25 stars 4 forks source link

Breakage under Tornado 5.0.0 #2

Closed brettcannon closed 6 years ago

brettcannon commented 6 years ago

Or at least I think so: https://travis-ci.org/brettcannon/gidgethub/builds/349655202?utm_source=github_status&utm_medium=notification

eukaryote commented 6 years ago

Thank you for the bug report! My apologies for not seeing and responding to this sooner.

I just released a new version (0.5.0) that works with Tornado 5 (and Pytest >= 3, but Tornado 4 is no longer supported).

It's on PyPI and also tagged, so downloadable from https://github.com/eukaryote/pytest-tornasync/releases.