Martiusweb/asynctest
Enhance the standard unittest package with features for testing asyncio libraries
PythonApache-2.0
Issues
- 1
asynctest.patch is not respected in "with" block
#153 opened by geoolekom - 2
0.13.0: pytest is failing
#160 opened by kloczek - 3
Change Readme to clearly point out that the project is not worked on any more.
#163 opened by WolfgangFahl - 3
- 1
- 2
Remove Decorators from asynctest
#147 opened by cooperlees - 5
Current status of the `asynctest`
#158 opened by rohitchormale - 0
- 3
Patching a more dififcult library like asyncpg?
#141 opened by fgimian - 4
- 1
Python 3.9 support
#151 opened by gsauthof - 0
- 3
Test case failures in Python 3.8
#132 opened by tirkarthi - 0
- 3
Question on upstream AsyncMock
#130 opened by dimaqq - 5
DeprecationWarning in 3.8
#126 opened by tirkarthi - 0
Trouble with mocking aiopg
#146 opened by DrMartiner - 7
Integrating with Python 3.8
#144 opened by Kentzo - 3
How to properly use assertAsyncRaises
#143 opened by axc450 - 2
- 2
- 2
Why MagicMock can't be used in 'await' expression?
#140 opened by heckad - 4
- 0
Advance fails with uvloop
#135 opened by wa-dev - 2
- 2
__anext__ mocking
#131 opened by x0zzz - 2
Tutorial: usage with pytest
#129 opened by dimaqq - 0
Different tests using Same Magic Mock Instance
#127 opened by vinay0410 - 2
- 2
Builds for Python 3.4 on MacOS are broken
#118 opened by Martiusweb - 3
patch abnormalities
#121 opened by ja8zyjits - 3
ClockedTestCase not working maybe
#122 opened by ja8zyjits - 6
Calling mock_add_spec on a mock created with create_autospec results in an error
#107 opened by Wesmania - 1
Wrapping object with asynctest.Mock does not turn async methods into CoroutineMock
#110 opened by Wesmania - 2
- 0
- 1
- 4
- 7
- 1
- 3
- 0
Add badges for AppVeyor and Travis
#99 opened by Kentzo - 6
Option to always return CoroutineMock
#100 opened by mshandrovskiy - 1
iscoroutine returns false when given CoroutineMock
#101 opened by pzelnip - 0
Rename CoroutineMock to CoroutineFunctionMock
#102 opened by Martiusweb - 2
Add tests for asynchronous generators
#97 opened by Kentzo - 6
- 9
Error in 'async with' statement when mocking coroutine that returns MagicMock
#94 opened by jamezmoran - 2
- 2