summaryrefslogtreecommitdiff
path: root/tests/sample_configs/test_filter_with.ini
blob: 118804f8a041373e827dc05a3ed4948b6ebdf89d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[app:main]
use = egg:FakeApp#basic_app
example = test
filter-with = filter1

[filter:filter1]
use = egg:FakeApp#caps
filter-with = filter2

[filter:filter2]
use = egg:FakeApp#caps