Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cr3/pytest-param

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytest-param

pytest-param is a plugin for py.test that makes it easy to test all, first, last or random params.

License PyPI Travis Issues

Requirements

You will need the following prerequisites to use pytest-param:

  • Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, PyPy or PyPy3
  • py.test 2.6 or newer

Installation

To install pytest-param:

$ pip install pytest-param

Testing a param

Given test_file.py with this test:

import pytest
@pytest.mark.parametrize("params", [True, False])
def test_param(params):
    pass

Use the --param=first command line option to test the True param:

$ py.test --param=first test_file.py

Use --param=last to test the False param:

$ py.test --param=last test_file.py

Use --param=random to test one of the params at random.

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.