<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#!/usr/bin/python3

import os
import pathlib
import pytest

os.chdir(pathlib.Path.cwd() / "tests")
pytest.main(["-v", "-n", "auto"])
</pre></body></html>