pythonPackages.txredisapi: Add unit test

This commit is contained in:
Daniel Olsen
2021-06-24 23:34:03 +02:00
parent 6d90bc1c11
commit f7f52a4fbf
3 changed files with 30 additions and 0 deletions
@@ -16,6 +16,8 @@ buildPythonPackage rec {
doCheck = false;
pythonImportsCheck = [ "txredisapi" ];
passthru.tests.unit-tests = nixosTests.txredisapi;
meta = with lib; {
homepage = "https://github.com/IlyaSkriblovsky/txredisapi";
description = "non-blocking redis client for python";