File

.busted @ 12751:2639e0e1c378

util.promise: Add some missing test cases (found through mutation testing)
author Matthew Wild <mwild1@gmail.com>
date Fri, 07 Oct 2022 17:56:38 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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