Cleanup unused code
This commit is contained in:
parent
4d425e92ee
commit
f5373a9dbf
17 changed files with 13 additions and 661 deletions
|
|
@ -452,11 +452,6 @@ def test_get_audio_data(factories):
|
|||
assert result == {"duration": 229, "bitrate": 128000, "size": 3459481}
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Refactoring in progress")
|
||||
def test_library_viewable_by():
|
||||
assert False
|
||||
|
||||
|
||||
def test_library_queryset_with_follows(factories):
|
||||
library1 = factories["music.Library"]()
|
||||
library2 = factories["music.Library"]()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue