python310Packages.repeated-test: add pythonImportsCheck
This commit is contained in:
parent
19ec9f1d5f
commit
056796ea9b
1 changed files with 6 additions and 1 deletions
|
@ -32,9 +32,14 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [
|
||||||
|
"repeated_test"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
homepage = "https://github.com/epsy/repeated_test";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue