* Improved rich_echo, added rich_echo_via_pager

* Initial implementation for #647, added rich output
This commit is contained in:
Rhet Turnbull
2022-03-06 15:17:09 +00:00
committed by GitHub
parent 1227465aa7
commit 445010e7e5
17 changed files with 869 additions and 253 deletions

View File

View 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"