.busted
author Matthew Wild <mwild1@gmail.com>
Sat, 08 Oct 2022 23:55:22 +0100
changeset 12759 a09dacf660d2
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.datetime: Add some missing test cases You guessed it, mutation testing.

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