Revize ab2478ed
Přidáno uživatelem David Friesecký před asi 4 roky(ů)
tests/integration_tests/dao/conftest.py | ||
---|---|---|
17 | 17 |
yield connection |
18 | 18 |
|
19 | 19 |
|
20 |
@pytest.fixture(scope="module")
|
|
20 |
@pytest.fixture |
|
21 | 21 |
def cursor(connection): |
22 | 22 |
cursor = connection.cursor() |
23 | 23 |
|
Také k dispozici: Unified diff
Re #8578 - Repaired test after review
- edited conftest - inicialization database before each test