Registry / testing / nose-xunitmp

nose-xunitmp

JSON →
library0.4.1pypypiunverified

A nose plugin that provides Xunit output when running multiprocess tests. Current version is 0.4.1, last release in 2015, unmaintained since then.

pip install nose-xunitmp
INSTALL
IMPORT
SIG · NOSE-XUNITMP
N
nose-xunitmp
testingpythonv0.4.1
Install
2.4s avg
Import
Disk
18MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.4.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 20.5MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 2.4s · import 0.000s · 21MB
18MB installed
● package 18MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XunitMP
from nose.plugins.xunitmp import XunitMP
import nose.xunitmp
Incorrect module path; plugin is part of nose.plugins

Run nose with the xunitmp plugin to get xunit output from multiprocess tests.

import sys sys.argv = ['nosetests', '--with-xunitmp', 'test_sample.py'] import nose nose.main()
nosetests --version
Debug
Known issues
deprecatednose-xunitmp is unmaintained and works only with Python 2.7. Python 3 is not supported.
fix
Migrate to pytest with pytest-xdist which supports xunit output natively.
affects: all
gotchaWhen using with nose's multiprocess plugin, the xunitmp plugin may produce incomplete results due to race conditions in output collection.
fix
Use a single-process runner or switch to pytest.
affects: all
breakingThe plugin does not support Python 3. Installation on Python 3 will fail due to syntax errors in the source.
fix
Use Python 2.7 or migrate to an alternative test runner.
affects: all
Upgrade
Version history
0.4.1latest on PyPI · released Mar 5, 2019
Audit
Dependencies
noserequiredRequired plugin framework
Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nose-xunitmp — pip install nose-xunitmp · libregistry