funkwhale/api/tests/music
Eliot Berriot 54008aa37c Merge branch '224-music-api' into 'develop'
Resolve "Better API for artists/album/tracks"

Closes #224 and #226

See merge request funkwhale/funkwhale!205
2018-05-22 21:04:09 +00:00
..
__init__.py
conftest.py
sample.flac
test.mp3
test.ogg
test_activity.py
test_api.py See #224: less clutered music API, better serializers 2018-05-22 21:10:48 +02:00
test_commands.py See #195: fix_track_files command can now recompute size, bitrate and duration 2018-05-15 22:01:53 +02:00
test_import.py See #195: set bitrate, duration and size when importing file 2018-05-15 22:01:52 +02:00
test_lyrics.py
test_metadata.py
test_models.py See #195: set bitrate, duration and size when importing file 2018-05-15 22:01:52 +02:00
test_music.py
test_permissions.py
test_serializers.py See #224: less clutered music API, better serializers 2018-05-22 21:10:48 +02:00
test_tasks.py Removed acoustid support, as the integration was buggy and error-prone (#106) 2018-05-21 20:55:44 +02:00
test_utils.py See #195: set bitrate, duration and size when importing file 2018-05-15 22:01:52 +02:00
test_views.py See #224: less clutered music API, better serializers 2018-05-22 21:10:48 +02:00
test_works.py