edisongustavo / pytest-lazy-fixture

It helps to use fixtures in pytest.mark.parametrize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytest-lazy-fixture travis-ci appveyor pypi

Use your fixtures in @pytest.mark.parametrize.

Installation

pip install pytest-lazy-fixture

Usage

Also you can use it as a parameter in @pytest.fixture:

Please see tests for more examples.

Contributing

Contributions are very welcome. Tests can be run with tox.

License

Distributed under the terms of the MIT license, pytest-lazy-fixture is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

About

It helps to use fixtures in pytest.mark.parametrize

License:MIT License


Languages

Language:Python 100.0%