Metadata-Version: 2.4
Name: mlx.unity2junit
Version: 0.0.9
Summary: Python script for converting Unity test framework log file to xUnit/JUnit XML
Home-page: https://github.com/melexis/unity2junit
Author-email: Anton Manzhelii <amz@melexis.com>, Crt Mori <cmo@melexis.com>
Maintainer-email: Crt Mori <cmo@melexis.com>
License-Expression: Apache-2.0
Project-URL: homepage, https://melexis.github.io/unity2junit/
Project-URL: source, https://github.com/melexis/unity2junit
Project-URL: issues, https://github.com/melexis/unity2junit/issues
Keywords: xUnit,JUnit,XML,Unity test framework,testing
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: home-page
Dynamic: license-file
Dynamic: platform

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
    :target: https://opensource.org/licenses/Apache-2.0
    :alt: Apache 2.0 License

.. image:: https://badge.fury.io/py/mlx.unity2junit.svg
    :target: https://badge.fury.io/py/mlx.unity2junit
    :alt: PyPI packaged release

.. image:: https://github.com/melexis/unity2junit/actions/workflows/python-package.yml/badge.svg?branch=main
    :target: https://github.com/melexis/unity2junit/actions/workflows/python-package.yml
    :alt: Build status

.. image:: https://img.shields.io/badge/Documentation-published-brightgreen.svg
    :target: https://melexis.github.io/unity2junit/
    :alt: Documentation

.. image:: https://codecov.io/gh/melexis/unity2junit/coverage.svg
    :target: https://codecov.io/gh/melexis/unity2junit
    :alt: Code Coverage

.. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg
    :target: https://github.com/melexis/unity2junit/issues
    :alt: Contributions welcome

=========================
Documentation unity2junit
=========================

This script can convert a Unity test framework log file to JUnit/xUnit (.xml) file.

.. contents:: `Contents`
    :depth: 2
    :local:

----
Goal
----

This script allows you convert Unity test framework log file to JUnit format.

------------
Installation
------------

.. code-block:: console

    pip3 install mlx.unity2junit

-----
Usage
-----

.. code-block:: console

    unity2junit


--------
Behavior
--------

