mirror of
https://github.com/MadcowD/ell.git
synced 2024-09-22 16:14:36 +03:00
8 lines
119 B
Python
8 lines
119 B
Python
import pytest
|
|
import os
|
|
from unittest.mock import patch
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def setup_test_env():
|
|
yield
|