pyodide/pyodide-test-runner/conftest.py

5 lines
88 B
Python
Raw Normal View History

pytest_plugins = [
"pyodide_test_runner.hook",
"pyodide_test_runner.fixture",
]