Skip to main content

A Pytest plugin to drop duplicated tests during collection

Project description

http://img.shields.io/pypi/v/pytest-drop-dup-tests.svg https://github.com/nicoddemus/pytest-drop-dup-tests/workflows/test/badge.svg

A Pytest plugin to drop duplicated tests during collection.

Pytest by default will collect all tests from directories or files given in the command-line. For example, if you execute:

py.test tests/unit tests/

Tests from tests/unit will appear twice, because they will be collected again when pytest sees the tests directory in the command-line.

This plugin is intended for the cases where the user wants to run all tests from tests/unit first and then the rest of the tests under tests, without duplicates.

This plugin was born from the discussion taken in #1187.


This Pytest plugin was generated with Cookiecutter along with @hackebrot’s Cookiecutter-pytest-plugin template.

Installation

You can install via pip from PyPI:

$ pip install pytest-drop-dup-tests

Usage

The plugin is enabled by default, no other action is necessary.

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the MIT license, “pytest-drop-dup-tests” is free and open source software

Issues

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-drop-dup-tests-1.0.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

pytest_drop_dup_tests-1.0.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page