Skip to content

Commit 03251c9

Browse files
committed
preload parts of Catalyst when running tests with yath
1 parent 804143d commit 03251c9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.yath.rc

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[test]
2+
-j 4
3+
-P Catalyst
4+
-P Catalyst::Action
5+
-P Catalyst::ActionRole::ConsumesContent
6+
-P Catalyst::ActionRole::HTTPMethods
7+
-P Catalyst::ActionRole::QueryMatching
8+
-P Catalyst::ActionRole::Scheme
9+
-P Catalyst::DispatchType::Chained
10+
-P Catalyst::DispatchType::Default
11+
-P Catalyst::DispatchType::Index
12+
-P Catalyst::DispatchType::Path
13+
-P Catalyst::Dispatcher
14+
-P Catalyst::Model
15+
-P Catalyst::Request
16+
-P Catalyst::Response
17+
-P Catalyst::Stats
18+
-P Catalyst::Test
19+
-P Catalyst::View
20+
-P HTML::HeadParser

0 commit comments

Comments
 (0)