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

Add a small example showcasing that async/await syntax is supported. #55

Closed okin closed 5 years ago

okin commented 5 years ago

I think this should be presented in the README so that people know that they do not have to use the yield style tests, which may lead to warnings when used with pytest 4 or newer.

vidartf commented 5 years ago

LGTM except the small typo. I'll just fix that and merge.

vidartf commented 5 years ago

Ah, I don't have push rights to that branch, so you'll have to approve it @okin

okin commented 5 years ago

@vidartf I approved the change. Happy merging ;)