Exemple #1
0
 def test_to_python(self):
     field = CronField()
     self.assertEqual(field.to_python('0 0 1 1 *'), '0 0 1 1 *')
 def test_to_python(self):
     field = CronField()
     self.assertEqual(field.to_python("0 0 1 1 *"), "0 0 1 1 *")