fb16dfecae
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)
6 lines
332 B
Text
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.
|