Metadata-Version: 2.1
Name: pytest-xdist-tracker
Version: 0.0.1
Summary: pytest plugin helps to reproduce failures for particular xdist node
Home-page: https://github.com/DKorytkin/pytest-xdist-tracker
Author: Denis Korytkin
Author-email: dkorytkin@gmail.comm
License: MIT license
Keywords: py.test,pytest,xdist plugin,tracker,failed tests
Platform: UNKNOWN
Classifier: Framework :: Pytest
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: pytest (>=3.5.1)
Requires-Dist: pytest-xdist (>=1.23.2)
Requires-Dist: pytest-forked (>=1.0.1)

# pytest-xdist-tracker

This plugin allows us to keep artefact after running test with xdist (parallel)


## Installation

```shell
pip install pytest-xdist-tracker
```


