emmental/tests
Anna Schumaker ad3d4840e8 path: Add a readdir_async() function
This function creates a ReaddirThread object to read the directory in
a secondary thread. This will let us poll for results without hanging the
UI in the case where a music library is on very slow storage (such as
NFS).

The ReaddirThread will accumulate a list of files that can be polled
using the poll_result() function, which will return the files found since
the last call to poll_result().

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-04-12 10:42:14 -04:00
..
audio audio: Add an 'artwork' property 2023-04-12 10:41:58 -04:00
db db/settings: Create a Settings table 2023-04-12 10:41:42 -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
util audio: Add an 'artwork' property 2023-04-12 10:41:58 -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 nowplaying: Add an Artwork widget to the Now Playing card 2023-04-12 10:41:58 -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: Create a LabelRow and LabelFactory 2023-04-12 10:41:42 -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 nowplaying: Add a TagInfo window to the Now Playing card 2023-04-12 10:41:58 -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 nowplaying: Add a basic Now Playing widget 2023-04-12 10:41:58 -04:00