Run nosetest with -v for verbose output to see which tests are run.

This commit is contained in:
Donne Martin 2015-01-26 13:56:12 -05:00
parent bf1f35d7af
commit 6fa1d5f20e

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:b98de97a0c9883157d25cd7ed2b6345daca13d7a67bed9ec4a72b8bec85d671b"
"signature": "sha256:3e449ecf28851b7e70f1d46660422e181e340b575d714dfc1f8d29fedafb0584"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -131,7 +131,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
"!nosetests tests/test_type_util.py"
"!nosetests tests/test_type_util.py -v"
],
"language": "python",
"metadata": {},
@ -140,7 +140,9 @@
"output_type": "stream",
"stream": "stdout",
"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",
"Ran 2 tests in 0.001s\r\n",
"\r\n",