mirror of https://github.com/pyodide/pyodide.git
8 lines
195 B
Python
8 lines
195 B
Python
![]() |
from pytest_pyodide import run_in_pyodide
|
||
|
|
||
|
|
||
|
@run_in_pyodide(packages=["test"], pytest_assert_rewrites=False)
|
||
|
def test_test(selenium):
|
||
|
# this is tested in test_core_python.py instead
|
||
|
pass
|