Skip to content

Commit ddd1723

Browse files
authored
Apply suggestions from code review
1 parent eb36fbc commit ddd1723

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

testing/run-write-tests.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,10 @@ For example, using the command::
9595
This default setting performs a few initial warm-up runs to stabilize the reference count,
9696
followed by additional runs to check for leaks.
9797

98-
If you want more control over the number of runs, you can specify ``warmups`` and ``repeats`` explicitly
99-
For example::
98+
If you want more control over the number of runs, you can specify ``warmups`` and ``repeats`` explicitly::
10099

101100
python -m test <test_name> -R <warmups>:<repeats>
102101

103-
This enables the refleak checker option, allowing you to perform warm-up runs
104-
to stabilize reference counts followed by additional runs to verify any leaks.
105102
For instance, ``-R 3:2`` will first run the test 3 times to settle down the
106103
reference count, and then run it 2 more times to check for leaks.
107104

0 commit comments

Comments
 (0)