def test_cp24118(self):
     import IronPythonTest.DynamicRegressions as DR
     #TODO: once 26089 gets fixed the following needs actual verification.  That is,
     #right now DR.cp24118 just calls GetMethodTest without doing much validation.
     DR.cp24118(sys.modules[__name__])
Ejemplo n.º 2
0
def test_cp24118():
    # TODO: once 26089 gets fixed the following needs actual verification.  That is,
    # right now DR.cp24118 just calls GetMethodTest without doing much validation.
    DR.cp24118(sys.modules[__name__])
Ejemplo n.º 3
0
def test_cp24118():
    #TODO: once 26089 gets fixed the following needs actual verification.  That is,
    #right now DR.cp24118 just calls GetMethodTest without doing much validation.
    DR.cp24118(sys.modules[__name__])
 def test_cp24118(self):
     import IronPythonTest.DynamicRegressions as DR
     #TODO: once 26089 gets fixed the following needs actual verification.  That is,
     #right now DR.cp24118 just calls GetMethodTest without doing much validation.
     DR.cp24118(sys.modules[__name__])