Skip to content

Commit

Permalink
Add note on how testing works and nosepipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Sep 20, 2016
1 parent 24a7e59 commit 87d57aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ Each of these are run under..

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

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).

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.

```python
Expand Down

0 comments on commit 87d57aa

Please sign in to comment.