We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676f81e commit 7bfd3bfCopy full SHA for 7bfd3bf
README.rst
@@ -9,6 +9,10 @@ by Marximus Maximus (https://www.marximus.com)
9
.. image:: https://github.com/MarximusMaximus/pytest-prefer-nested-dup-tests/workflows/main/badge.svg
10
:target: https://github.com/MarximusMaximus/pytest-prefer-nested-dup-tests/actions
11
12
+.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
13
+ :target: https://github.com/pre-commit/pre-commit
14
+ :alt: pre-commit
15
+
16
A Pytest plugin to drop duplicated tests during collection, but will prefer keeping nested packages.
17
18
By default, when de-duplicating tests, all sub-packages become top level packages. This plugin keeps
0 commit comments