aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pytest-relaxed/pkg-descr
blob: fb2ad01e622d0323f472b6d6e83a94d46afb136d (plain) (blame)
1
2
3
4
5
6
7
8
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/