forked from pool/python-pytest-relaxed
Pytest-relaxed for test discovery/organization OBS-URL: https://build.opensuse.org/request/show/542123 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-relaxed?expand=0&rev=1
18 lines
480 B
Diff
18 lines
480 B
Diff
Index: pytest-relaxed-1.0.0/README.rst
|
|
===================================================================
|
|
--- pytest-relaxed-1.0.0.orig/README.rst
|
|
+++ pytest-relaxed-1.0.0/README.rst
|
|
@@ -30,9 +30,9 @@ Relaxed discovery
|
|
The "it's a test by default unless underscored" approach works for files::
|
|
|
|
tests
|
|
- ├── _util.py
|
|
- ├── one_module.py
|
|
- └── another_module.py
|
|
+ - _util.py
|
|
+ - one_module.py
|
|
+ - another_module.py
|
|
|
|
It's applied to module members::
|
|
|