On Sun, Nov 19, 2017 at 02:25:36PM +0100, Klemens Nanni wrote:
> ... and the actual port attached.
Sorry for the noise, this was the first tarball missing the test bits
so here they are as diff ontop. 16/16 tests pass.
diff --git a/net/toot/Makefile b/net/toot/Makefile
index f38387217b3..cd812b07f0a 100644
--- a/net/toot/Makefile
+++ b/net/toot/Makefile
@@ -17,7 +17,12 @@ MODULES = lang/python
RUN_DEPENDS = devel/py-future>=0.16 \
www/py-beautifulsoup4>=4.5.0,<5.0 \
www/py-requests>=2.13,<3.0
+TEST_DEPENDS = devel/py-test>=3.0.0 \
+ devel/py-test-cov>=2.4.0
MODPY_SETUPTOOLS = Yes
+do-test:
+ make -C ${WRKSRC} coverage
+
.include <bsd.port.mk>