()
| 266 | |
| 267 | |
| 268 | def test_app_config(): |
| 269 | with AltArgs(): |
| 270 | app = NoConfigApp() |
| 271 | for s in config.KNOWN_SETTINGS: |
| 272 | assert app.cfg.settings[s.name].validator(s.default) == app.cfg.settings[s.name].get() |
| 273 | |
| 274 | |
| 275 | def test_load_config(): |
nothing calls this directly
no test coverage detected