Skip to content

FIX: Broken inline literal. #954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2022
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