lrossett / centos / centpkg

Forked from centos/centpkg 3 years ago
Clone
b37d1c
import sys
b37d1c
import os
b37d1c
0807ca
import pytest
0807ca
b37d1c
b37d1c
cwd = os.path.dirname(os.path.realpath(__file__))
b37d1c
sys.path.append(f'{cwd}/../src/')
0807ca
0807ca
0807ca
@pytest.fixture
0807ca
def fixtures_dir():
0807ca
    return f'{cwd}/fixtures'