Skip to content

A pytest plugin to initiate test runs from a specific test file, proceeding alphabetically through the test suite. Perfect for targeted testing scenarios or partial test suite runs.

Notifications You must be signed in to change notification settings

boutsitron/pytest-proceed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pytest-proceed

A pytest plugin to initiate test runs from a specific test file, proceeding alphabetically through the test suite. Perfect for targeted testing scenarios or partial test suite runs.

Installation

Install using pip:

pip install pytest-proceed

Usage

You can run pytest-proceed by specifying a test file to start from and pass any additional pytest options:

pytest-proceed tests/test_example.py -x -s

or

pytest-proceed -x -s tests/test_example.py

Examples

  • Run all tests starting from a specific file:

    pytest-proceed tests/test_example.py
  • Run tests with pytest options (e.g., stop after first failure):

    pytest-proceed -x tests/test_example.py

About

A pytest plugin to initiate test runs from a specific test file, proceeding alphabetically through the test suite. Perfect for targeted testing scenarios or partial test suite runs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages