python.pkgs.whichcraft: run tests

This commit is contained in:
Robert Schütz 2018-04-06 13:36:48 +02:00 committed by Frederik Rietdijk
parent effb378263
commit fd764a1383

View File

@ -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";