{ callPackage }:
{
  /* A library of tools useful for writing tests with Nix.
  */
  testing = callPackage ./testing.nix { };
}