예제 #1
0
 def test_equals_2(self):
     self.assertEqual(to_underscore(5), '5')
예제 #2
0
 def test_equals(self):
     self.assertEqual(to_underscore('TestController'), 'test_controller')