|
|
@ -2,7 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
import time
|
|
|
|
import time
|
|
|
|
from flask import url_for
|
|
|
|
from flask import url_for
|
|
|
|
from . util import live_server_setup
|
|
|
|
from .util import live_server_setup, wait_for_all_checks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def test_basic_auth(client, live_server):
|
|
|
|
def test_basic_auth(client, live_server):
|
|
|
|
|
|
|
|
|
|
|
|