Exemple #1
0
def test_health_check_direct(loop):
    class Settings:
        pass

    asyncio.set_event_loop(loop)
    assert check_health(Settings) == 1
Exemple #2
0
def test_health_check_direct(loop):
    class Settings:
        pass

    assert check_health(Settings) == 1
Exemple #3
0
def test_health_check_direct(loop):
    class Settings:
        pass

    assert check_health(Settings) == 1