mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Run nosetest with -v for verbose output to see which tests are run.
This commit is contained in:
parent
bf1f35d7af
commit
6fa1d5f20e
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"signature": "sha256:b98de97a0c9883157d25cd7ed2b6345daca13d7a67bed9ec4a72b8bec85d671b"
|
"signature": "sha256:3e449ecf28851b7e70f1d46660422e181e340b575d714dfc1f8d29fedafb0584"
|
||||||
},
|
},
|
||||||
"nbformat": 3,
|
"nbformat": 3,
|
||||||
"nbformat_minor": 0,
|
"nbformat_minor": 0,
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
"input": [
|
"input": [
|
||||||
"!nosetests tests/test_type_util.py"
|
"!nosetests tests/test_type_util.py -v"
|
||||||
],
|
],
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
|
@ -140,7 +140,9 @@
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"stream": "stdout",
|
"stream": "stdout",
|
||||||
"text": [
|
"text": [
|
||||||
"..\r\n",
|
"core.tests.test_type_util.TestUtil.test_convert_to_list ... ok\r\n",
|
||||||
|
"core.tests.test_type_util.TestUtil.test_is_iterable ... ok\r\n",
|
||||||
|
"\r\n",
|
||||||
"----------------------------------------------------------------------\r\n",
|
"----------------------------------------------------------------------\r\n",
|
||||||
"Ran 2 tests in 0.001s\r\n",
|
"Ran 2 tests in 0.001s\r\n",
|
||||||
"\r\n",
|
"\r\n",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user