goodplay/goodplay

View on GitHub
tests/conftest.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-

import os
import sys

sys.path.append(os.path.join(os.path.dirname(__file__), 'helpers'))

pytest_plugins = 'pytester'