* Improved rich_echo, added rich_echo_via_pager * Initial implementation for #647, added rich output
9 lines
167 B
Python
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"
|