master
halcy 2024-02-11 15:32:41 +02:00
rodzic c64ff0c7a7
commit 9d2fa016f1
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -46,6 +46,7 @@ test = [
'pytest-mock',
'requests-mock',
'pytz',
'pytest-retry'
]
[project.urls]

Wyświetl plik

@ -316,6 +316,7 @@ def test_multiline_payload():
assert listener.updates == [{"foo": "bar"}]
@pytest.mark.vcr(match_on=['path'])
@pytest.mark.flaky(retries=10, delay=1)
def test_stream_user_direct(api, api2, api3, vcr):
patch_streaming()
@ -386,6 +387,7 @@ def test_stream_user_direct(api, api2, api3, vcr):
t.join()
@pytest.mark.vcr(match_on=['path'])
@pytest.mark.flaky(retries=10, delay=1)
def test_stream_user_local(api, api2, vcr):
patch_streaming()
@ -420,6 +422,7 @@ def test_stream_user_local(api, api2, vcr):
t.join()
@pytest.mark.vcr(match_on=['path'])
@pytest.mark.flaky(retries=10, delay=1)
def test_stream_direct(api, api2, vcr):
patch_streaming()