The pytest-nose-attrib
_ plugin serves two purposes. It adds lets to use
nose attribites marks with @attrib decorator. And to pick the tests with
that attribues. It could be usefull when running nose tests with pytest.
Install the plugin with:
pip install pytest-nose-attrib
To use the plugin, the -a
CLI argument has been
provided.
Using pytest-nose-attrib, only tests marked with method='get' can be run using:
$ py.test -a "method=get"
This code falls under the MIT License. Please note that some files or content may be copied from other places and have their own licenses. Dependencies that are being used to generate the databases also have their own licenses.