File: test_filter.ini

package info (click to toggle)
pastedeploy 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: python: 1,236; makefile: 106; sh: 17
file content (26 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[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

[pipeline:piped3]
pipeline = egg:FakeApp#caps normal
extra_config_option = bad