Exemplo n.º 1
0
    def test_speed_check(self):
        from oct2py import speed_check

        try:
            speed_check()
        except TypeError:
            speed_check.speed_check()
Exemplo n.º 2
0
 def test_speed_check(self):
     from oct2py import speed_check
     try:
         speed_check()
     except TypeError:
         speed_check.speed_check()