Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
whilst
while
1 parent efa6c76 commit 98f42aaCopy full SHA for 98f42aa
Doc/library/unittest.rst
@@ -2316,7 +2316,7 @@ handling functionality within test frameworks.
2316
2317
When called without arguments this function removes the control-c handler
2318
if it has been installed. This function can also be used as a test decorator
2319
- to temporarily remove the handler whilst the test is being executed::
+ to temporarily remove the handler while the test is being executed::
2320
2321
@unittest.removeHandler
2322
def test_signal_handling(self):
0 commit comments