Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ab2478ed

Přidáno uživatelem David Friesecký před asi 4 roky(ů)

Re #8578 - Repaired test after review
- edited conftest - inicialization database before each test

Zobrazit rozdíly:

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