ipynose
print nosetests result in the iPython (notebook)
iPython notebook example here.
Usage
from ipynose import ipynose
1. no path
nosetests without specific path. (-v option default)
ipynose.show_nose_result()
1) If empty, Error should occur ... SKIP: showing class skipping
First node should be equal to last node ... SKIP: showing class skipping
1) Last node should contaions inserted self.item ... SKIP: showing class skipping
Initial Queue ... SKIP: showing class skipping
1) 'peek' returns first node item. ... SKIP: showing class skipping
test_dequeue ... ok
test_enqueue_when_empty ... ok
test_enqueue_when_not_empty ... ok
test_make_queue ... ok
test_peek ... ok
----------------------------------------------------------------------
Ran 10 tests in 0.014s
OK (SKIP=5)
2. Specific path
nosetests for specific file. (-v option default)
EXAMPLE_TEST_PATH = "py/queue/tests/test_queue.py"
ipynose.show_nose_result(EXAMPLE_TEST_PATH)
test_dequeue ... ok
test_enqueue_when_empty ... ok
test_enqueue_when_not_empty ... ok
test_make_queue ... ok
test_peek ... ok
----------------------------------------------------------------------
Ran 5 tests in 0.001s
OK
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ipynose-0.0.2.tar.gz
(2.1 kB
view details)
File details
Details for the file ipynose-0.0.2.tar.gz.
File metadata
- Download URL: ipynose-0.0.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4bdfa6343f4cab93333cfa8d61acb33c2f53397e83b0ed17c5c384b1a513a09
|
|
| MD5 |
022807dcc16bc6f24466b392ba0dd13b
|
|
| BLAKE2b-256 |
a93818ebe4d7a7f15a1ab907116fbecfa2930ae72554ff25b920d2a36b1cc28f
|