freebsd-ports/devel/py-pytest-relaxed/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

6 lines
332 B
Text

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.