Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

pytets-JUnit fixture tests

These are fixture tests designed to produce test inputs for the pytest-junit parser using pytest testing library and mocha-junit-reporter module.

The examples here can also be used as example for using TestArchiver with pytest

producing junit xml files

How to insert metadata

Runing fixture tests and producing xml report

Pytest is included in the dev dependencies of the project and helpers for running and parsing the pytest fixture.

To just generate the fixture xml:

pdm pytest_fixture_run

To both generate and parse fixture xml:

pdm pytest_fixture_populate