Skip to content

Latest commit

 

History

History
108 lines (75 loc) · 2.95 KB

File metadata and controls

108 lines (75 loc) · 2.95 KB

Overview

docs Documentation Status
tests
package PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported implementations

Python parser for Microsoft Windows Event Reports (WER)

  • Free software: BSD license

Installation

pip install wer

Documentation

https://wer.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox