Skip to content

Commit b44813c

Browse files
committed
Added nose2 output
1 parent 34cf239 commit b44813c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ nose2
99
You don't need to modify the PYTHONPATH or install the package (optionally with virtualenv) to make this work. By default python uses the current path to look for a package first. By running `nose2` from the top directory, python finds the package just fine.
1010

1111
In subpackage/utils.py I actually import from the parent directory with the absolute import
12+
13+
This is an example output:
14+
```bash
15+
[dolf@arch unittesting_example]$ nose2
16+
....
17+
----------------------------------------------------------------------
18+
Ran 4 tests in 0.001s
19+
20+
OK
21+
```

0 commit comments

Comments
 (0)