Refactor code structure for improved readability and maintainability

This commit is contained in:
JSC
2025-08-29 15:27:12 +02:00
parent dc89e45675
commit 2bdd109492
23 changed files with 652 additions and 719 deletions

View File

@@ -358,15 +358,13 @@ def test_user_id(test_user: User):
@pytest.fixture
def test_sound_id():
"""Create a test sound ID."""
import uuid
return uuid.uuid4()
return 1
@pytest.fixture
def test_playlist_id():
"""Create a test playlist ID."""
import uuid
return uuid.uuid4()
return 1
@pytest.fixture