{ "info": { "author": "wikibootup", "author_email": "wikibootup@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "ipynose\r\n=======\r\n\r\n.. image:: https://travis-ci.org/wikibootup/ipynose.svg?branch=master\r\n :target: https://travis-ci.org/wikibootup/ipynose\r\n\r\nprint nosetests result in the iPython (notebook)\r\n\r\niPython notebook example `here\r\n`_.\r\n\r\nUsage\r\n=====\r\n\r\n.. code:: python\r\n\r\n from ipynose import ipynose\r\n\r\n1. no path\r\n==========\r\n\r\n``nosetests without specific path. (-v option default)``\r\n\r\n.. code:: python\r\n\r\n ipynose.show_nose_result()\r\n\r\n 1) If empty, Error should occur ... SKIP: showing class skipping\r\n First node should be equal to last node ... SKIP: showing class skipping\r\n 1) Last node should contaions inserted self.item ... SKIP: showing class skipping\r\n Initial Queue ... SKIP: showing class skipping\r\n 1) 'peek' returns first node item. ... SKIP: showing class skipping\r\n test_dequeue ... ok\r\n test_enqueue_when_empty ... ok\r\n test_enqueue_when_not_empty ... ok\r\n test_make_queue ... ok\r\n test_peek ... ok\r\n\r\n ----------------------------------------------------------------------\r\n Ran 10 tests in 0.014s\r\n\r\n OK (SKIP=5)\r\n\r\n2. Specific path\r\n================\r\n\r\n``nosetests for specific file. (-v option default)``\r\n\r\n.. code:: python\r\n\r\n EXAMPLE_TEST_PATH = \"py/queue/tests/test_queue.py\"\r\n\r\n ipynose.show_nose_result(EXAMPLE_TEST_PATH)\r\n\r\n test_dequeue ... ok\r\n test_enqueue_when_empty ... ok\r\n test_enqueue_when_not_empty ... ok\r\n test_make_queue ... ok\r\n test_peek ... ok\r\n\r\n ----------------------------------------------------------------------\r\n Ran 5 tests in 0.001s\r\n\r\n OK", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wikibootup/ipynose", "keywords": "nose", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ipynose", "package_url": "https://pypi.org/project/ipynose/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ipynose/", "project_urls": { "Homepage": "https://github.com/wikibootup/ipynose" }, "release_url": "https://pypi.org/project/ipynose/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "print nosetests result in the iPython notebook", "version": "0.0.2" }, "last_serial": 1811898, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "022807dcc16bc6f24466b392ba0dd13b", "sha256": "b4bdfa6343f4cab93333cfa8d61acb33c2f53397e83b0ed17c5c384b1a513a09" }, "downloads": -1, "filename": "ipynose-0.0.2.tar.gz", "has_sig": false, "md5_digest": "022807dcc16bc6f24466b392ba0dd13b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2083, "upload_time": "2015-11-11T17:20:24", "url": "https://files.pythonhosted.org/packages/a9/38/18ebe4d7a7f15a1ab907116fbecfa2930ae72554ff25b920d2a36b1cc28f/ipynose-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "022807dcc16bc6f24466b392ba0dd13b", "sha256": "b4bdfa6343f4cab93333cfa8d61acb33c2f53397e83b0ed17c5c384b1a513a09" }, "downloads": -1, "filename": "ipynose-0.0.2.tar.gz", "has_sig": false, "md5_digest": "022807dcc16bc6f24466b392ba0dd13b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2083, "upload_time": "2015-11-11T17:20:24", "url": "https://files.pythonhosted.org/packages/a9/38/18ebe4d7a7f15a1ab907116fbecfa2930ae72554ff25b920d2a36b1cc28f/ipynose-0.0.2.tar.gz" } ] }