odoo: expose tests

This commit is contained in:
Maciej Krüger
2022-05-15 09:07:42 +02:00
parent ae72a2d3dd
commit 87889d8030
@@ -4,6 +4,7 @@
, python3
, nodePackages
, wkhtmltopdf
, nixosTests
}:
let
@@ -141,6 +142,9 @@ in python.pkgs.buildPythonApplication rec {
passthru = {
updateScript = ./update.sh;
tests = {
inherit (nixosTests) odoo;
};
};
meta = with lib; {