Add first test for slicing
Compare changes
- Tamas Gal authored
+ 11
− 0
@@ -313,6 +313,17 @@ class TestOfflineTracks(unittest.TestCase):
This MR will allow to slice OfflineTracks
, so they return OfflineTracks
again (for consistent behaviour). Currently an OfflineTrack
is returned, regardless of the slice type (tracks[23]
vs tracks[5:23]
).