llm: include the tests for all plugins as part of passthru.tests

This commit is contained in:
Philip Taron
2025-05-31 20:52:40 -07:00
parent 42fa505cf7
commit 837cff79ca
@@ -231,6 +231,9 @@ let
mkPluginTest = plugin: {
${plugin.pname} = callPackage ./mk-plugin-test.nix { inherit llm plugin; };
};
# include tests for all the plugins
tests = lib.mergeAttrsList (map (name: python.pkgs.${name}.tests) withPluginsArgNames);
};
meta = {