6085b61
1
2
3
4
5
6
7
8
import unittest class TestGenerator(unittest.TestCase): def test_generator(self): # Test implementation pass