nb-cli: expand pythonImportsCheck

This commit is contained in:
Peder Bergebakken Sundt
2025-05-02 19:48:22 +02:00
parent 2352b85c43
commit c07fab49b1
+9 -1
View File
@@ -47,7 +47,15 @@ python3.pkgs.buildPythonApplication rec {
# no test
doCheck = false;
pythonImportsCheck = [ "nb_cli" ];
pythonImportsCheck = [
"nb_cli"
"nb_cli.cli"
"nb_cli.compat"
"nb_cli.config"
"nb_cli.handlers"
"nb_cli.i18n"
"nb_cli.log"
];
passthru.tests = {
version = testers.testVersion { package = nb-cli; };