1
0
mirror of https://github.com/xgi/castero synced 2024-11-10 15:28:45 +01:00
castero/tests
2019-06-09 19:22:17 -04:00
..
datafiles fix database migration and queue tests 2019-03-16 22:05:50 -04:00
downloaded/myfeed_title added support for playing local media files 2018-04-19 14:37:26 -04:00
feeds remove unnecessary checks for a feed's title/desc/link 2018-09-06 17:04:32 -04:00
subscriptions add tests for subscriptions model 2019-06-09 19:22:17 -04:00
__init__.py add __init__.py to test directory 2019-04-26 16:37:53 -04:00
conftest.py add database tests and remove Feeds code 2019-03-14 16:17:25 -04:00
test_config.py replace type calls with isinstance for maintainability 2019-03-07 19:44:31 -05:00
test_database.py minor fix for database from_json test 2019-03-25 14:27:21 -04:00
test_datafile.py add some checks for change_status with a mock display 2018-06-09 20:05:01 -04:00
test_display.py replace f-strings for python 3.5 compatibility 2019-03-25 14:22:40 -04:00
test_downloadqueue.py replace f-strings for python 3.5 compatibility 2019-03-25 14:22:40 -04:00
test_episode.py add download status metadata tag to episode menu 2019-04-01 14:05:48 -04:00
test_feed.py resolve minor formatting warnings 2018-09-18 17:26:07 -04:00
test_helpers.py add is_true helper for single point of control 2018-05-02 16:54:48 -04:00
test_menu_episode.py add tests for queue menu 2019-04-26 17:06:10 -04:00
test_menu_queue.py add tests for queue menu 2019-04-26 17:06:10 -04:00
test_perspective_primary.py replace f-strings for python 3.5 compatibility 2019-03-25 14:22:40 -04:00
test_perspective_queue.py improve speed of skipping through queue 2019-03-22 15:20:52 -04:00
test_perspective_simple.py replace f-strings for python 3.5 compatibility 2019-03-25 14:22:40 -04:00
test_player_mpvplayer.py assert_called_once --> call_count==1 for 3.5 compatibility 2019-06-08 14:17:29 -04:00
test_player_vlcplayer.py assert_called_once --> call_count==1 for 3.5 compatibility 2019-06-08 14:17:29 -04:00
test_player.py replace f-strings for python 3.5 compatibility 2019-03-25 14:22:40 -04:00
test_queue.py replace f-strings for python 3.5 compatibility 2019-03-25 14:22:40 -04:00
test_subscriptions.py add tests for subscriptions model 2019-06-09 19:22:17 -04:00