summaryrefslogtreecommitdiff
path: root/tests/sample_configs/test_filter.ini
blob: bfad8dcdf68b15cc45cc636188559c16d07f444d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[app:normal]
use = egg:FakeApp#basic_app

[pipeline:piped]
pipeline = egg:FakeApp#caps normal

[filter-app:filt]
use = egg:FakeApp#caps
method_to_call = lower
next = normal

[pipeline:piped2]
pipeline = egg:FakeApp#caps2 normal

[filter-app:filt2]
use = egg:FakeApp#caps2
method_to_call = lower
next = normal

[app:inv]
use = egg:FakeApp#basic_app
filter-with = egg:FakeApp#caps