mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
44 lines
534 B
ReStructuredText
44 lines
534 B
ReStructuredText
UnitTesting
|
|
###########
|
|
|
|
run unit test with `pytest` using multiple versions of Python, and
|
|
optionally upload results as XML reports. Configuration options to `pytest` should be given via section
|
|
`[tool.pytest.ini_options]` in a `pyproject.toml` file.
|
|
|
|
Instantiation
|
|
*************
|
|
|
|
Simple Example
|
|
==============
|
|
|
|
.. code-block:: yaml
|
|
|
|
TBD
|
|
|
|
Complex Example
|
|
===============
|
|
|
|
|
|
|
|
.. code-block:: yaml
|
|
|
|
TBD
|
|
|
|
Template Parameters
|
|
*******************
|
|
|
|
TBD 1
|
|
=====
|
|
|
|
TBD
|
|
|
|
TBD 1
|
|
=====
|
|
|
|
TBD
|
|
|
|
Template Results
|
|
****************
|
|
|
|
*None*
|