MCPcopy Index your code
hub / github.com/reactive-python/reactpy / test_py

Function test_py

tasks.py:135–140  ·  view source on GitHub ↗

Run test suites

(context: Context, no_cov: bool = False)

Source from the content-addressed store, hash-verified

133
134@task
135def test_py(context: Context, no_cov: bool = False):
136 """Run test suites"""
137 in_py(
138 context,
139 f"hatch run {'test' if no_cov else 'cov'} --maxfail=3 --reruns=3",
140 )
141
142
143@task(pre=[env_js])

Callers

nothing calls this directly

Calls 1

in_pyFunction · 0.85

Tested by

no test coverage detected