From: Graham Knop Date: Fri, 14 Feb 2020 14:47:30 +0000 (+0100) Subject: preload parts of Catalyst when running tests with yath X-Git-Tag: v5.90_127~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=03251c983009789f5aed3babe5b22be60e9ffb70;p=catagits%2FCatalyst-Runtime.git preload parts of Catalyst when running tests with yath --- diff --git a/.yath.rc b/.yath.rc new file mode 100644 index 0000000..8e772a1 --- /dev/null +++ b/.yath.rc @@ -0,0 +1,20 @@ +[test] +-j 4 +-P Catalyst +-P Catalyst::Action +-P Catalyst::ActionRole::ConsumesContent +-P Catalyst::ActionRole::HTTPMethods +-P Catalyst::ActionRole::QueryMatching +-P Catalyst::ActionRole::Scheme +-P Catalyst::DispatchType::Chained +-P Catalyst::DispatchType::Default +-P Catalyst::DispatchType::Index +-P Catalyst::DispatchType::Path +-P Catalyst::Dispatcher +-P Catalyst::Model +-P Catalyst::Request +-P Catalyst::Response +-P Catalyst::Stats +-P Catalyst::Test +-P Catalyst::View +-P HTML::HeadParser