Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
FIX: Broken inline literal.
  • Loading branch information
JulienPalard committed Oct 6, 2022
commit f5569d07707b64bfe51a7637c9e4a93bd6b5d002
2 changes: 1 addition & 1 deletion testing/run-write-tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ But, there are several important notes:

1. This way of running tests exists only
for local developer needs and is discouraged for anything else
2. Some modules do not support it at all. One example is``test_importlib``.
2. Some modules do not support it at all. One example is ``test_importlib``.
In other words: if some module does not have ``unittest.main()``, then
most likely it does not support direct invocation.

Expand Down