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.
1 parent 8902442 commit 44b6bd2Copy full SHA for 44b6bd2
1 file changed
Lib/test/README
@@ -115,6 +115,11 @@ In designing test cases you should pay attention to the following:
115
test, try to write a test case that exposes the bug (preferably before
116
fixing it).
117
118
+ * If you need to create a temporary file, you can use the filename in
119
+ test_support.TESTFN to do so. It is important to remove the file
120
+ when done; other tests should be able to use the name without cleaning
121
+ up after your test.
122
+
123
124
Regression Test Writing Rules
125
0 commit comments