Commit 837cff79 authored by Philip Taron's avatar Philip Taron
Browse files

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

parent 42fa505c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = {