7e917d00a6
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
7 lines
179 B
Python
7 lines
179 B
Python
import sys, os
|
|
sys.path.insert(0, os.path.dirname(__file__))
|
|
|
|
|
|
def pytest_configure(config):
|
|
config.addinivalue_line("markers", "gui: constructs Qt widgets; needs a display")
|