python.pkgs.whichcraft: run tests

This commit is contained in:
Robert Schütz
2018-04-08 11:36:05 +02:00
committed by Frederik Rietdijk
parent effb378263
commit fd764a1383
@@ -11,6 +11,10 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
checkPhase = ''
py.test
'';
meta = with lib; {
homepage = https://github.com/pydanny/whichcraft;
description = "Cross-platform cross-python shutil.which functionality";