lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.
Idea from afresh1 who pointed out the cpan module already does this.
aja "I support this move."
OK sthen@
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.
This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.
From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
Jedi is a static analysis tool for Python that can be used in IDEs/editors.
Its historic focus is autocompletion, but does static analysis for now as
well. Jedi is fast and is very well tested. It understands Python on a deeper
level than all other static analysis frameworks for Python.
Jedi has support for two different goto functions. Jedi understands
docstrings and you can use Jedi autocompletion in your REPL as well.