.busted
author Matthew Wild <mwild1@gmail.com>
Tue, 11 Oct 2022 11:53:48 +0100
changeset 12769 132a3c7b25fa
parent 9968 f299d4917dd8
permissions -rw-r--r--
tools: Add initial mutation testing script

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}