Switch to unified view
a/pyforge/test.ini | b/pyforge/test.ini | ||
---|---|---|---|
... |
... |
||
27 | 27 | ||
28 | # Use mock AMQP |
28 | # Use mock AMQP |
29 | amqp.mock = true |
29 | amqp.mock = true |
30 | 30 | ||
31 | load_test_data = true |
31 | load_test_data = true |
32 | cache_test_data = true
|
32 | cache_test_data = false
|
33 | static_root = /static/ |
33 | static_root = /static/ |
34 | 34 | ||
35 | [app:main_without_authn] |
35 | [app:main_without_authn] |
36 | use = main |
36 | use = main |
37 | skip_authentication = True |
37 | skip_authentication = True |