Projekt

Obecné

Profil

Stáhnout (115 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
from src.impl.db_manager import DBManager
2
import pytest
3

    
4

    
5
@pytest.fixture
6
def repository():
7
    return DBManager()
(1-1/4)