Unverified Commit 056796ea authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.repeated-test: add pythonImportsCheck

parent 19ec9f1d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -32,9 +32,14 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  pythonImportsCheck = [
    "repeated_test"
  ];

  meta = with lib; {
    description = "A quick unittest-compatible framework for repeating a test function over many fixtures";
    description = "Unittest-compatible framework for repeating a test function over many fixtures";
    homepage = "https://github.com/epsy/repeated_test";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
  };
}