MCPcopy
hub / github.com/celery/celery / test_table

Method test_table

t/unit/app/test_utils.py:29–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
36class test_filter_hidden_settings:

Callers

nothing calls this directly

Calls 1

tableMethod · 0.80

Tested by

no test coverage detected