6 lines
79 B
Python
6 lines
79 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def _start_app(client):
|
|
pass
|