Skip to content

A pytest plugin makes use of nose @attrib marks allowing to filter tests with that attributes.

License

Notifications You must be signed in to change notification settings

MaxGelbakhiani/pytest-nose-attrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytest-nose-attrib

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.

Installation

Install the plugin with:

pip install pytest-nose-attrib

Usage examples

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"

LICENSE

MIT License

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.

About

A pytest plugin makes use of nose @attrib marks allowing to filter tests with that attributes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages