kopia lustrzana https://github.com/simonw/datasette
app_client() fixture doesn't need to take **kwargs
rodzic
4722acc73c
commit
c3a78eb05c
|
@ -61,8 +61,8 @@ def make_app_client(
|
|||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def app_client(**kwargs):
|
||||
yield from make_app_client(**kwargs)
|
||||
def app_client():
|
||||
yield from make_app_client()
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
|
|
Ładowanie…
Reference in New Issue