diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-02-26 18:09:06 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-02-26 18:25:41 +0100 |
commit | 3c065ceded2a58d5aadbcf64417f2cfc92268a08 (patch) | |
tree | 95e965feeb2313dd657c8335c57b16fffefff9a0 /solo-tool-project/test/test_session.json | |
parent | 0821b21761a6d47ac1d34c2142365dbaa361b79e (diff) |
Refactor fixtures, introduce song pool argument
Diffstat (limited to 'solo-tool-project/test/test_session.json')
-rw-r--r-- | solo-tool-project/test/test_session.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/solo-tool-project/test/test_session.json b/solo-tool-project/test/test_session.json deleted file mode 100644 index 49c2d42..0000000 --- a/solo-tool-project/test/test_session.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "path" : "test.flac", - "key_points" : [] - }, - { - "path" : "test.mp3", - "key_points" : [0.1, 0.3] - } -] |