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:
2017-11-16 13:03:00 +00:00
committed by Git OBS Bridge
commit f5bd7652c3
6 changed files with 108 additions and 0 deletions

17
python3_fix.patch Normal file
View 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::