K 10 svn:author V 5 koobs K 8 svn:date V 27 2019-06-18T13:20:03.528176Z K 7 svn:log V 453 [NEW] devel/pytest-relaxed: Relaxed test discovery/organization for pytest 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. 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. WWW: https://pytest-relaxed.readthedocs.io/ END