Skip to content

Commit e0fe593

Browse files
committed
Rename a test script
1 parent c7d3a90 commit e0fe593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pure_python.py renamed to examples/raw_call.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
"""Running tests with pure "python" instead of directly calling "pytest".
2-
To run, use: "python pure_python.py".
1+
"""Calling tests with "python" instead of directly using "pytest".
2+
To run, use: "python raw_call.py".
33
Two examples: pytest.main() and subprocess.call()."""
44
import pytest
55
import subprocess

0 commit comments

Comments
 (0)