emmental/tests
Anna Schumaker 55d7eb3d45 db: Raise an exception if the user_version is too new
Future proof. If we update the database schema, then we'll bump the
user_version field. If the user then tries to open the new database with
an old Emmental version then there could be a lot of issues. Let's
detect this and raise an error with a description of the problem.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-05-23 09:16:52 -04:00
..
audio audio: Give the player a pause-on-load property 2023-05-10 17:42:17 -04:00
db db: Raise an exception if the user_version is too new 2023-05-23 09:16:52 -04:00
header header/open: Create an Open button 2023-04-12 10:41:42 -04:00
mpris2 audio: Add an 'artwork' property 2023-04-12 10:41:58 -04:00
nowplaying nowplaying: Add a Jump button 2023-04-12 10:41:58 -04:00
playlist playlist: Give the Factory a track-requested signal 2023-05-10 17:42:17 -04:00
sidebar sidebar: Add the Library section to the sidebar 2023-04-12 15:08:10 -04:00
tracklist tracklist: Add Move Down and Move Up buttons to the OSD 2023-05-10 17:42:27 -04:00
util sidebar: Create a Section class 2023-04-12 14:18:43 -04:00
__init__.py emmental3.py: Start Emmental 3.0 2023-03-07 11:18:46 -05:00
test_buttons.py buttons: Create an ImageToggle button 2023-04-12 10:41:58 -04:00
test_emmental.py tracklist: Create a basic Tracklist widget 2023-05-10 17:42:27 -04:00
test_entry.py entry: Create entries for displaying specific types of values 2023-04-12 10:41:42 -04:00
test_factory.py factory: Give ListRows an "active" property 2023-04-12 14:18:43 -04:00
test_format.py format: Add a function for formatting sort keys 2023-04-12 10:42:14 -04:00
test_gsetup.py nowplaying: Create a custom Label for displaying tags 2023-04-12 10:41:58 -04:00
test_options.py emmental3.py: Start Emmental 3.0 2023-03-07 11:18:46 -05:00
test_path.py path: Add a readdir_async() function 2023-04-12 10:42:14 -04:00
test_settings.py tracklist: Create a MediumName TrackRow 2023-05-10 17:42:27 -04:00
test_store.py store: Add a SortedList store 2023-03-07 11:19:30 -05:00
test_tmpdir.py emmental: Add support for an application-specific temporary directory 2023-04-12 10:41:58 -04:00
test_window.py sidebar: Create a basic Sidebar widget 2023-04-12 14:18:43 -04:00