Skip to content

Commit

Permalink
Update CHANGES/4700.feature
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
WisdomPill and webknjaz committed Nov 1, 2020
1 parent 228cd1b commit 0204728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES/4700.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AioHTTPTestCase more async friendly
AioHTTPTestCase more async friendly.

for the people who use unittest and are used to use unittest.TestCase
For the people who use unittest and are used to use unittest.TestCase
it will be easier to write new test cases like the sync version of the TestCase class,
without using the decorator ``@unittest_run_loop``, just ``async def test_*``.
The only difference is that for the people using python3.7 and below a new dependency is needed, it is ``asynctestcase``.

0 comments on commit 0204728

Please sign in to comment.