We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d3a90 commit e0fe593Copy full SHA for e0fe593
examples/pure_python.py renamed to examples/raw_call.py
@@ -1,5 +1,5 @@
1
-"""Running tests with pure "python" instead of directly calling "pytest".
2
-To run, use: "python pure_python.py".
+"""Calling tests with "python" instead of directly using "pytest".
+To run, use: "python raw_call.py".
3
Two examples: pytest.main() and subprocess.call()."""
4
import pytest
5
import subprocess
0 commit comments