gistyc: add tests

This commit is contained in:
AndersonTorres 2021-11-18 18:18:26 -03:00
parent 3eaa93c722
commit 3a2f6a79e0

View File

@ -21,6 +21,10 @@ buildPythonPackage rec {
requests
];
pythonImportsCheck = [
"gistyc"
];
meta = with lib; {
homepage = "https://github.com/ThomasAlbin/gistyc";
description = "A Python based GitHub GIST management tool";