def test_module_name_scenario_2(): class TestClass2: pass info = PluginInfo('renderer', custom='property') info.cls = TestClass2 eq_(info.module_name, 'test_plugin_info')
def test_module_name_scenario_2(): class TestClass2: pass info = PluginInfo("renderer", custom="property") info.cls = TestClass2 eq_(info.module_name, "test_plugin_info")