Skip to content

Commit

Permalink
Added more info in feature file in CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomPill committed Nov 18, 2020
1 parent a14c0f5 commit 2910600
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES/4700.feature
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
AioHTTPTestCase more async friendly

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 2910600

Please sign in to comment.