Set up testing with pytest and co
This commit is contained in:
@@ -29,6 +29,14 @@ python3Packages.buildPythonApplication {
|
||||
sqlalchemy
|
||||
];
|
||||
|
||||
pythonImportsCheck = [];
|
||||
|
||||
doCheck = true;
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
pytest
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/dibbler \
|
||||
--prefix PATH : "${lib.makeBinPath [ less ]}"
|
||||
|
||||
Reference in New Issue
Block a user