forked from pool/python-pytest-relaxed
Accepting request 542123 from devel:languages:python
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
This commit is contained in:
17
python3_fix.patch
Normal file
17
python3_fix.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
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::
|
||||
|
||||
Reference in New Issue
Block a user