Add converter plugin streaming tests (#1117)

Also fixed minor glitches here and there and re-enabled a unicode test.
This commit is contained in:
Mickaël Schoentgen
2021-08-05 14:37:08 +02:00
committed by GitHub
parent a94d6d807c
commit a66af2497a
4 changed files with 68 additions and 4 deletions

View File

@ -12,6 +12,7 @@ tests_require = [
'docutils',
'pytest',
'pytest-httpbin>=0.0.6',
'responses',
]
dev_require = [
*tests_require,