Richify (#653)
* Improved rich_echo, added rich_echo_via_pager * Initial implementation for #647, added rich output
This commit is contained in:
0
tests/plugins/__init__.py
Normal file
0
tests/plugins/__init__.py
Normal file
8
tests/plugins/env_vars.py
Normal file
8
tests/plugins/env_vars.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import os
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.hookimpl(tryfirst=True)
|
||||
def pytest_load_initial_conftests(args, early_config, parser):
|
||||
os.environ["OSXPHOTOS_IS_TESTING"] = "1"
|
||||
Reference in New Issue
Block a user