We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331c9bc commit df0f69eCopy full SHA for df0f69e
tests/conftest.py
@@ -28,6 +28,7 @@ def ruby(request: pytest.FixtureRequest) -> Optional[str]:
28
assert isinstance(ruby, (str, type(None))), f"Invalid ruby option: {ruby}"
29
return ruby
30
31
+
32
@pytest.fixture(scope="session")
33
def pyra(request: pytest.FixtureRequest) -> Optional[str]:
34
"""Fixture to get the pyra.rb from the command line options"""
0 commit comments