aio-libs / pytest-aiohttp

pytest plugin for aiohttp support
Apache License 2.0
134 stars 24 forks source link

README should talk about avoiding _explicit_ loading pytest module #14

Closed jonassmedegaard closed 4 years ago

jonassmedegaard commented 4 years ago

Hi,

Currently, README.rst describes that this module alows use of pytest module "without implicitly loading it".

Seems to me you are using meant to say explicitly in that sentence (i.e. that it loads pytest module automatically without needing to state it explicitly).

asvetlov commented 4 years ago

You are right. Fixed