{ pkgs ? import {}, testName ? "base" }: let testEnv = spec: (import spec.argotest.src { nrm-src=spec.nrm.src; libnrm-src=spec.libnrm.src; containers-src=spec.containers.src; }).test ; allTests = import ./tests/default.nix {}; in testEnv allTests."${testName}"