(self)
| 27 | 'always_eager') is False |
| 28 | |
| 29 | def test_table(self): |
| 30 | assert self.app.conf.table(with_defaults=True) |
| 31 | assert self.app.conf.table(with_defaults=False) |
| 32 | assert self.app.conf.table(censored=False) |
| 33 | assert self.app.conf.table(censored=True) |
| 34 | |
| 35 | |
| 36 | class test_filter_hidden_settings: |