Skip to content

Latest commit

 

History

History

pytest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

pytets-JUnit fixture tests

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

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

Required pip modules

pytest

pip install pytest

producing junit xml files

How to insert metadata

Runing tests and producing xml report

pytest fixture_tests/ --junit-xml=output.xml