Skip to content

Commit bb5f9e6

Browse files
committed
Merge pull request #162 from id774/devel
Add test recipe
2 parents 1d14f38 + 542fc66 commit bb5f9e6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

test/integration/test_pdf2local.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
global:
2+
timezone: Asia/Tokyo
3+
cache:
4+
base: /tmp
5+
log:
6+
level: info
7+
8+
plugins:
9+
- module: SubscriptionFeed
10+
config:
11+
feeds:
12+
- http://webapi.yanoshin.jp/webapi/tdnet/list/recent.rss
13+
14+
- module: FilterSort
15+
config:
16+
sort: desc
17+
18+
- module: StoreFile
19+
config:
20+
path: /tmp
21+
retry: 3
22+
interval: 3

0 commit comments

Comments
 (0)