pycotap


Namepycotap JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://el-tramo.be/pycotap
SummaryA tiny test runner that outputs TAP results to standard output.
upload_time2023-04-28 10:27:50
maintainer
docs_urlNone
authorRemko Tronçon
requires_python
licenseMIT
keywords tap unittest testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
`pycotap` is a simple Python test runner for ``unittest`` that outputs 
`Test Anything Protocol <http://testanything.org>`_ results directly to standard output.

Contrary to other TAP runners for Python, ``pycotap`` ...

- ... prints TAP (and *only* TAP) to standard output instead of to a separate file,
  allowing you to pipe it directly to TAP pretty printers and processors 
  (such as the ones listed on
  `the tape page <https://www.npmjs.com/package/tape#pretty-reporters>`_). By
  piping it to other consumers, you can avoid the need to add 
  specific test runners to your test code. Since the TAP results
  are printed as they come in, the consumers can directly display results while 
  the tests are run.

- ... only contains a TAP reporter, so no parsers, no frameworks, no dependencies, ...

- ... is configurable: you can choose how you want the test output and test result
  diagnostics to end up in your TAP output (as TAP diagnostics, YAML blocks, or 
  attachments). The defaults are optimized for a `Jenkins <http://jenkins-ci.org>`_ based
  flow.

Documentation and examples can be found on `the pycotap page 
<https://el-tramo.be/pycotap>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://el-tramo.be/pycotap",
    "name": "pycotap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tap unittest testing",
    "author": "Remko Tron\u00e7on",
    "author_email": "dev@el-tramo.be",
    "download_url": "https://files.pythonhosted.org/packages/ba/9d/6bfe212080f86f2ff56f02253dcb42b5cf92152f8012a3ba2525e9a6db79/pycotap-1.3.0.tar.gz",
    "platform": null,
    "description": "\n`pycotap` is a simple Python test runner for ``unittest`` that outputs \n`Test Anything Protocol <http://testanything.org>`_ results directly to standard output.\n\nContrary to other TAP runners for Python, ``pycotap`` ...\n\n- ... prints TAP (and *only* TAP) to standard output instead of to a separate file,\n  allowing you to pipe it directly to TAP pretty printers and processors \n  (such as the ones listed on\n  `the tape page <https://www.npmjs.com/package/tape#pretty-reporters>`_). By\n  piping it to other consumers, you can avoid the need to add \n  specific test runners to your test code. Since the TAP results\n  are printed as they come in, the consumers can directly display results while \n  the tests are run.\n\n- ... only contains a TAP reporter, so no parsers, no frameworks, no dependencies, ...\n\n- ... is configurable: you can choose how you want the test output and test result\n  diagnostics to end up in your TAP output (as TAP diagnostics, YAML blocks, or \n  attachments). The defaults are optimized for a `Jenkins <http://jenkins-ci.org>`_ based\n  flow.\n\nDocumentation and examples can be found on `the pycotap page \n<https://el-tramo.be/pycotap>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tiny test runner that outputs TAP results to standard output.",
    "version": "1.3.0",
    "split_keywords": [
        "tap",
        "unittest",
        "testing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41f7b117cba8d898cb73db633d5a8eab7f42e173922df951038425bcbed4fc2e",
                "md5": "1972c0b3c8e138d168bc65db1a1aa2ed",
                "sha256": "8ac6aa55a824f06bd26b6b8c255b663915f44c55f8c6fed579506b197a8909ab"
            },
            "downloads": -1,
            "filename": "pycotap-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1972c0b3c8e138d168bc65db1a1aa2ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5085,
            "upload_time": "2023-04-28T10:27:48",
            "upload_time_iso_8601": "2023-04-28T10:27:48.878476Z",
            "url": "https://files.pythonhosted.org/packages/41/f7/b117cba8d898cb73db633d5a8eab7f42e173922df951038425bcbed4fc2e/pycotap-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba9d6bfe212080f86f2ff56f02253dcb42b5cf92152f8012a3ba2525e9a6db79",
                "md5": "47c5853d3c6c87f247eab47e21428890",
                "sha256": "0aea0cad70de2a475fba1e0de016a0c8febb6fcdb794de990edf400861355359"
            },
            "downloads": -1,
            "filename": "pycotap-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "47c5853d3c6c87f247eab47e21428890",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7469,
            "upload_time": "2023-04-28T10:27:50",
            "upload_time_iso_8601": "2023-04-28T10:27:50.731849Z",
            "url": "https://files.pythonhosted.org/packages/ba/9d/6bfe212080f86f2ff56f02253dcb42b5cf92152f8012a3ba2525e9a6db79/pycotap-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-28 10:27:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pycotap"
}
        
Elapsed time: 0.06714s