File

.busted @ 13197:6beec4de8e63

util.human.io: Include relevant arguments in test messages This way the relevant arguments are shown in case a test case fails
author Kim Alvefur <zash@zash.se>
date Sun, 16 Jul 2023 19:17:06 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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