We want to get some coverage on easy_music_generator.py and pregenerator.py, so I am leveraging the code that we use for our example (from example.py) as a test case.
Here are the results . . . but I feel a little as though this is not in keeping with the spirit of unit tests . . . That I am testing at too high level.
We want to get some coverage on
easy_music_generator.py
andpregenerator.py
, so I am leveraging the code that we use for our example (fromexample.py
) as a test case.Here are the results . . . but I feel a little as though this is not in keeping with the spirit of unit tests . . . That I am testing at too high level.