Skip to content

Commit 88cc865

Browse files
committed
Added brief note about why issue 387 tests are invoked the way they are.
1 parent 833871f commit 88cc865

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tests/test_issue_387_1.run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This test must be run in a separate process, since it is sensitive
2+
# to threading and process context.
3+
14
import logging
25
import os
36
from multiprocessing import Process, set_start_method

tests/test_issue_387_2.run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This test must be run in a separate process, since it is sensitive
2+
# to threading and process context.
3+
14
import logging
25
from threading import Thread
36
import psij

tests/test_issue_387_3.run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This test must be run in a separate process, since it is sensitive
2+
# to threading and process context.
3+
14
import logging
25
from threading import Thread
36
import psij

0 commit comments

Comments
 (0)