MCPcopy Create free account
hub / github.com/PRQL/prql / tests

Function tests

prqlc/bindings/prqlc-python/noxfile.py:36–40  ·  view source on GitHub ↗

Run the test suite with pytest.

(session: Session)

Source from the content-addressed store, hash-verified

34
35@nox.session(python=VERSIONS) # type: ignore[misc]
36def tests(session: Session) -> None:
37 """Run the test suite with pytest."""
38 print("CWD", os.getcwd())
39 _install_prqlc(session)
40 session.run("pytest", str(Path("python", "tests")))
41
42
43@nox.session(python=VERSIONS) # type: ignore[misc]

Callers

nothing calls this directly

Calls 2

_install_prqlcFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected