You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add unit tests for functions in music_utils.py
To do this create test_music_utils.py and place under tests/ directory. It is probably easiest to copy an existing unit test file in that directory and change the main class and wipe out existing tests.
Add unit tests for functions in
music_utils.pyTo do this create
test_music_utils.pyand place undertests/directory. It is probably easiest to copy an existing unit test file in that directory and change the main class and wipe out existing tests.