[pytest] # Ensures the root directory is on the path so tests can import 'harness'. # This allows the tool and its tests to be fully portable. pythonpath = . markers = e2e: mark a test as an end-to-end test that requires external APIs/CLI (deselect with '-m "not e2e"')