Skip to content

Commit 87d57aa

Browse files
committed
Add note on how testing works and nosepipe.
1 parent 24a7e59 commit 87d57aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,8 @@ Each of these are run under..
354354

355355
..once for each binding or under a specific binding only.
356356

357+
Each test is run within it's own isolated process, so as to allow an `import` to occur independently from other tests. Process isolation is handled via [nosepipe](https://pypi.python.org/pypi/nosepipe).
358+
357359
Tests that are written at module level are run four times - once per binding - whereas tests written under a specific if-statement are run only for this particular binding.
358360

359361
```python

0 commit comments

Comments
 (0)