kalekundert / parametrize_from_file

Read unit test parameters from config files
MIT License
15 stars 3 forks source link
json nested-text pytest toml unit-testing yaml

Parametrize From File


.. image:: https://img.shields.io/pypi/v/parametrize_from_file.svg :target: https://pypi.python.org/pypi/parametrize_from_file

.. image:: https://img.shields.io/pypi/pyversions/parametrize_from_file.svg :target: https://pypi.python.org/pypi/parametrize_from_file

.. image:: https://img.shields.io/readthedocs/parametrize_from_file.svg :target: https://parametrize-from-file.readthedocs.io/

.. image:: https://img.shields.io/github/actions/workflow/status/kalekundert/parametrize_from_file/test.yml?branch=master :target: https://github.com/kalekundert/parametrize_from_file/actions

.. image:: https://img.shields.io/coveralls/kalekundert/parametrize_from_file.svg :target: https://coveralls.io/github/kalekundert/parametrize_from_file?branch=master

.. image:: https://img.shields.io/github/last-commit/kalekundert/parametrize_from_file?logo=github :target: https://github.com/kalekundert/parametrize_from_file

Parametrize From File is a library for reading unit test parameters from config files. It works with the pytest_ framework. Below is the basic workflow that this package enables:

Refer to the online documentation <https://parametrize-from-file.rtfd.io>_ for more information.

.. _pytest: https://docs.pytest.org/en/stable/getting-started.html .. _JSON: https://www.json.org/json-en.html .. _YAML: https://yaml.org/ .. _TOML: https://toml.io/en/ .. _NestedText: https://nestedtext.org/en/latest/