kopia lustrzana https://github.com/halcy/Mastodon.py
try to workaround streaming test failures on CI
rodzic
26c1133395
commit
3e37d0c345
|
@ -10,14 +10,19 @@ import time
|
|||
|
||||
import select
|
||||
|
||||
# For monkeypatching so we can make vcrpy better
|
||||
import vcr.stubs
|
||||
|
||||
streaming_is_patched = False
|
||||
real_connections = []
|
||||
close_connections = False
|
||||
|
||||
@pytest.fixture(scope='module')
|
||||
def vcr(vcr):
|
||||
vcr.match_on = ['path']
|
||||
return vcr
|
||||
|
||||
def patch_streaming():
|
||||
# For monkeypatching so we can make vcrpy better
|
||||
import vcr.stubs
|
||||
|
||||
global streaming_is_patched
|
||||
global close_connections
|
||||
if streaming_is_patched is True:
|
||||
|
|
Ładowanie…
Reference in New Issue