nose_xunitmp


Namenose_xunitmp JSON
Version 0.4.1 PyPI version JSON
download
home_page
SummaryXunit output when running multiprocess tests using nose
upload_time2019-03-05 11:18:08
maintainer
docs_urlNone
authorIgnas Mikalajunas
requires_python
licenseMIT
keywords nosetest xunit multiprocessing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Summary
=======

Nose plugin that makes xunit xml reports work when running tests on
more than one cpu.

Installation
============

::

  $ pip install nose_xunitmp


Usage
=====

::

  $ nosetests --with-xunitmp
  $ nosetests --xunitmp-file results.xml


0.4.1
---

-  Fix 'xunit_prefix_class' exception

0.4
---

-  Windows support added by Michael Killough

0.3
---

-  Updated to support nose 1.3

0.2
---

-  Fixed depedency on nose

0.1
---

-  Initial release

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "nose_xunitmp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "nosetest xunit multiprocessing",
    "author": "Ignas Mikalajunas",
    "author_email": "ignas@uber.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/1b/aaa3b4885d4615a9d72a9ea16c32b83491f3263483cf39e7b6a31a424dc9/nose_xunitmp-0.4.1.tar.gz",
    "platform": "",
    "description": "Summary\n=======\n\nNose plugin that makes xunit xml reports work when running tests on\nmore than one cpu.\n\nInstallation\n============\n\n::\n\n  $ pip install nose_xunitmp\n\n\nUsage\n=====\n\n::\n\n  $ nosetests --with-xunitmp\n  $ nosetests --xunitmp-file results.xml\n\n\n0.4.1\n---\n\n-  Fix 'xunit_prefix_class' exception\n\n0.4\n---\n\n-  Windows support added by Michael Killough\n\n0.3\n---\n\n-  Updated to support nose 1.3\n\n0.2\n---\n\n-  Fixed depedency on nose\n\n0.1\n---\n\n-  Initial release\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Xunit output when running multiprocess tests using nose",
    "version": "0.4.1",
    "project_urls": null,
    "split_keywords": [
        "nosetest",
        "xunit",
        "multiprocessing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a41baaa3b4885d4615a9d72a9ea16c32b83491f3263483cf39e7b6a31a424dc9",
                "md5": "f325d1b2e54a4ce106c079d130eb83dc",
                "sha256": "c2df72f4760751d30153d473822aabf1a7c3d462f664aa7f7fdb8dc626dc7c40"
            },
            "downloads": -1,
            "filename": "nose_xunitmp-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f325d1b2e54a4ce106c079d130eb83dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2885,
            "upload_time": "2019-03-05T11:18:08",
            "upload_time_iso_8601": "2019-03-05T11:18:08.093162Z",
            "url": "https://files.pythonhosted.org/packages/a4/1b/aaa3b4885d4615a9d72a9ea16c32b83491f3263483cf39e7b6a31a424dc9/nose_xunitmp-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-03-05 11:18:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nose_xunitmp"
}
        
Elapsed time: 0.26799s