Skip to content

Commit d5aa660

Browse files
committed
Update documentation wrt executable test files
1 parent 7c89809 commit d5aa660

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/internal/pull_request_checklist.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,8 @@ Use the `with` statement, i.e.::
325325

326326
This is cleaner and ensures that the file always gets closed, even in an
327327
error condition.
328+
329+
Are you adding new files or changing files permissions?
330+
=======================================================
331+
The files containing unit tests (named `test_....py`) should never be
332+
executable, otherwise nose will ignore them, and not execute the tests.

0 commit comments

Comments
 (0)