MCPcopy Create free account
hub / github.com/EasyIME/PIME / TestConfigurable

Class TestConfigurable

python/python3/tornado/test/util_test.py:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48class TestConfigurable(Configurable):
49 @classmethod
50 def configurable_base(cls):
51 return TestConfigurable
52
53 @classmethod
54 def configurable_default(cls):
55 return TestConfig1
56
57
58class TestConfig1(TestConfigurable):

Callers 7

test_defaultMethod · 0.85
test_config_classMethod · 0.85
test_config_strMethod · 0.85
test_config_argsMethod · 0.85

Calls

no outgoing calls

Tested by 7

test_defaultMethod · 0.68
test_config_classMethod · 0.68
test_config_strMethod · 0.68
test_config_argsMethod · 0.68