Commit 3a8ca1aa by Tyler Hallada

RST is confusing

parent 352a652d
...@@ -260,7 +260,7 @@ For example, this command runs a single python unit test file. ...@@ -260,7 +260,7 @@ For example, this command runs a single python unit test file.
To select tests to run based on their name, provide an expression to the `pytest To select tests to run based on their name, provide an expression to the `pytest
-k option -k option
<https://docs.pytest.org/en/latest/example/markers.html#using-k-expr-to-select-tests-based-on-their-name>` <https://docs.pytest.org/en/latest/example/markers.html#using-k-expr-to-select-tests-based-on-their-name>`__
which performs a substring match on test names. which performs a substring match on test names.
:: ::
...@@ -268,7 +268,7 @@ which performs a substring match on test names. ...@@ -268,7 +268,7 @@ which performs a substring match on test names.
pytest common/lib/xmodule/xmodule/tests/test_stringify.py -k test_stringify pytest common/lib/xmodule/xmodule/tests/test_stringify.py -k test_stringify
Alternatively, you can select tests based on their `node ID Alternatively, you can select tests based on their `node ID
<https://docs.pytest.org/en/latest/example/markers.html#node-id>` directly, <https://docs.pytest.org/en/latest/example/markers.html#node-id>`__ directly,
which is useful when you need to run only one of mutliple tests with the same which is useful when you need to run only one of mutliple tests with the same
name in different classes or files. name in different classes or files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment