{ "info": { "author": "Janusz Skonieczny", "author_email": "js+pypi@bravelabs.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Pytest", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Testing" ], "description": "===============================\npytest-doctest-ellipsis-markers\n===============================\n\n.. image:: https://travis-ci.org/wooyek/pytest-doctest-ellipsis-markers.svg?branch=master\n :target: https://travis-ci.org/wooyek/pytest-doctest-ellipsis-markers\n :alt: See Build Status on Travis CI\n\n.. image:: https://ci.appveyor.com/api/projects/status/github/wooyek/pytest-doctest-ellipsis-markers?branch=master\n :target: https://ci.appveyor.com/project/wooyek/pytest-doctest-ellipsis-markers/branch/master\n :alt: See Build Status on AppVeyor\n\nSetup additional values for ELLIPSIS_MARKER for doctests\n\n----\n\nThis `Pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `Cookiecutter-pytest-plugin`_ template.\n\n\nFeatures\n--------\n\n\nDoctest has problems with matching default ELLIPSIS_MARKER at the begging of line and\ninterprets them as line continuation characters and not as ellipsis for the output.\nThe easy way was to use `# doctest: +SKIP`::\n\n >>> u'Tanie dranie nies\u0142ychanie' # doctest: +SKIP\n ...\n\nWithout `SKIP` it would not work. But then the statement is not tested :(\n\nThis plugin cant extend `ELLIPSIS_MARKER` mathing a little\nwithout actually changing the default `ELLIPSIS_MARKER` value::\n\n >>> u'Adios pomidory'\n '...'\n\n\nInstallation\n------------\n\nYou can install \"pytest-doctest-ellipsis-markers\" via `pip`_ from `PyPI`_::\n\n $ pip install pytest-doctest-ellipsis-markers\n\n\nUsage\n-----\n\nBy default the markers below will be treated as ELLIPSIS_MARKER, to change them\nadd `doctest_ellipsis_markers` to your `ini style configuration `_.\n\n.. code-block:: ini\n\n [pytest]\n doctest_ellipsis_markers = [...] '...' \"...\"\n\n\nContributing\n------------\nContributions are very welcome. Tests can be run with `tox`_, please ensure\nthe coverage at least stays the same before you submit a pull request.\n\nLicense\n-------\n\nDistributed under the terms of the `MIT`_ license, \"pytest-doctest-ellipsis-markers\" is free and open source software\n\n\nIssues\n------\n\nIf you encounter any problems, please `file an issue`_ along with a detailed description.\n\n.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter\n.. _`@hackebrot`: https://github.com/hackebrot\n.. _`MIT`: http://opensource.org/licenses/MIT\n.. _`BSD-3`: http://opensource.org/licenses/BSD-3-Clause\n.. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt\n.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0\n.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin\n.. _`file an issue`: https://github.com/wooyek/pytest-doctest-ellipsis-markers/issues\n.. _`pytest`: https://github.com/pytest-dev/pytest\n.. _`tox`: https://tox.readthedocs.io/en/latest/\n.. _`pip`: https://pypi.python.org/pypi/pip/\n.. _`PyPI`: https://pypi.python.org/pypi\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wooyek/pytest-doctest-ellipsis-markers", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pytest-doctest-ellipsis-markers", "package_url": "https://pypi.org/project/pytest-doctest-ellipsis-markers/", "platform": "", "project_url": "https://pypi.org/project/pytest-doctest-ellipsis-markers/", "project_urls": { "Homepage": "https://github.com/wooyek/pytest-doctest-ellipsis-markers" }, "release_url": "https://pypi.org/project/pytest-doctest-ellipsis-markers/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Setup additional values for ELLIPSIS_MARKER for doctests", "version": "0.1.0" }, "last_serial": 3485536, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "217af94dcf01e9a005e5c54376735c54", "sha256": "9a7466b23f2a8a740a9ce84b1f214f64ee635362920c4d5fcc97753cfe100e0a" }, "downloads": -1, "filename": "pytest_doctest_ellipsis_markers-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "217af94dcf01e9a005e5c54376735c54", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5998, "upload_time": "2018-01-12T22:33:17", "url": "https://files.pythonhosted.org/packages/74/1e/7d774892842e77bc1d5ac52e9fbd54fe749446be8b0055cd3c20e8ff4dec/pytest_doctest_ellipsis_markers-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "796ffc67d9ff713ef2c3e0580646bec8", "sha256": "8efe1457607dd93570b20b744599ab1290bd6dac59be1784e48e806636daa8e2" }, "downloads": -1, "filename": "pytest_doctest_ellipsis_markers-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "796ffc67d9ff713ef2c3e0580646bec8", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 5997, "upload_time": "2018-01-12T22:38:47", "url": "https://files.pythonhosted.org/packages/72/71/5dc6be38df2f4fe67d6b0889190c7bbac75115b89268f5007dab87ba5065/pytest_doctest_ellipsis_markers-0.1.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "217af94dcf01e9a005e5c54376735c54", "sha256": "9a7466b23f2a8a740a9ce84b1f214f64ee635362920c4d5fcc97753cfe100e0a" }, "downloads": -1, "filename": "pytest_doctest_ellipsis_markers-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "217af94dcf01e9a005e5c54376735c54", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5998, "upload_time": "2018-01-12T22:33:17", "url": "https://files.pythonhosted.org/packages/74/1e/7d774892842e77bc1d5ac52e9fbd54fe749446be8b0055cd3c20e8ff4dec/pytest_doctest_ellipsis_markers-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "796ffc67d9ff713ef2c3e0580646bec8", "sha256": "8efe1457607dd93570b20b744599ab1290bd6dac59be1784e48e806636daa8e2" }, "downloads": -1, "filename": "pytest_doctest_ellipsis_markers-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "796ffc67d9ff713ef2c3e0580646bec8", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 5997, "upload_time": "2018-01-12T22:38:47", "url": "https://files.pythonhosted.org/packages/72/71/5dc6be38df2f4fe67d6b0889190c7bbac75115b89268f5007dab87ba5065/pytest_doctest_ellipsis_markers-0.1.0-py3-none-any.whl" } ] }