pkgs/generate-test-vars: Add basic module test
Add a basic module test that can catch breaking changes in module usage.
This commit is contained in:
@@ -11,4 +11,9 @@ buildPythonApplication {
|
||||
nativeBuildInputs = [
|
||||
(python.withPackages (ps: [ ps.setuptools ]))
|
||||
];
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
$out/bin/generate-test-vars --help
|
||||
runHook preCheck
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user