diff options
Diffstat (limited to 'devel/py-pytest-relaxed/pkg-descr')
-rw-r--r-- | devel/py-pytest-relaxed/pkg-descr | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-pytest-relaxed/pkg-descr b/devel/py-pytest-relaxed/pkg-descr index 5f2e68860ea4..a0f3f1b209c9 100644 --- a/devel/py-pytest-relaxed/pkg-descr +++ b/devel/py-pytest-relaxed/pkg-descr @@ -1,6 +1,5 @@ -This pytest plugin takes a page from the rest of Python, where you don't -have to explicitly note public module/class members, but only need to -hint as to which ones are private. +pytest-relaxed provides 'relaxed' test discovery for pytest. -By default, all files and objects pytest is told to scan will be considered -tests; to mark something as not-a-test, simply prefix it with an underscore. +It is the spiritual successor to spec, but is built for pytest instead of +nosetests, and rethinks some aspects of the design (such as increased ability to +opt-in to various behaviors.) |