emmental/tests/db
Anna Schumaker a8e7078308 db: Disable incremental filtering
This applies to both the Table and child Playlists models. I'm doing my
own idle handling already for searching, so we can rely on that instead
of needing Gtk to do it. The benefit to this is that we can select
playlists programmatically during startup, since we don't need to worry
about the Table not being fully loaded yet.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-06-28 10:09:53 -04:00
..
test_albums.py db: Have Playlists use the child_set as the children base model 2023-06-23 11:37:47 -04:00
test_artists.py db: Have Playlists use the child_set as the children base model 2023-06-23 11:37:47 -04:00
test_connection.py db: Add a Playlists Table 2023-04-12 10:44:34 -04:00
test_db.py db: Don't notify if the active-playlist doesn't change 2023-06-06 09:29:16 -04:00
test_decades.py db: Have Playlists use the child_set as the children base model 2023-06-23 11:37:47 -04:00
test_genres.py db: Give Genres knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
test_idle.py db: Give the Idle Queue a way to handle high priority tasks 2023-06-28 10:09:53 -04:00
test_libraries.py db: Reload Playlists before deleting a Library path 2023-05-10 17:31:33 -04:00
test_media.py db: Have Album playlists use the new child_set 2023-06-23 11:37:47 -04:00
test_playlist.py db: Disable incremental filtering 2023-06-28 10:09:53 -04:00
test_playlists.py db: Set the Queued Tracks playlist as active when adding tracks 2023-06-06 09:22:22 -04:00
test_settings.py db: Give Tables an idle Queue 2023-04-12 10:44:27 -04:00
test_table.py db: Disable incremental filtering 2023-06-28 10:09:53 -04:00
test_tagger.py db: Give the Tagger a function for untagging Tracks 2023-05-10 17:31:33 -04:00
test_tracks.py db: Commit the database when a Track has been started or stopped 2023-06-07 13:26:55 -04:00
test_years.py db: Have decade Playlists use the new child_set 2023-06-23 11:37:47 -04:00