forked from pool/python-pytest-relaxed
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::
|
||
|
|
|