osxphotos/tests/plugins/env_vars.py
Rhet Turnbull 445010e7e5
Richify (#653)
* Improved rich_echo, added rich_echo_via_pager

* Initial implementation for #647, added rich output
2022-03-06 07:17:09 -08:00

9 lines
167 B
Python

import os
import pytest
@pytest.hookimpl(tryfirst=True)
def pytest_load_initial_conftests(args, early_config, parser):
os.environ["OSXPHOTOS_IS_TESTING"] = "1"