2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00
koreader/spec/unit
2022-09-10 13:45:31 +02:00
..
autofrontlight_spec.lua LuaSettings: Add a method to initialize a setting properly (#7371) 2021-03-06 22:44:18 +01:00
autosuspend_spec.lua The great Input/GestureDetector/TimeVal spring cleanup (a.k.a., a saner main loop) (#7415) 2021-03-30 02:57:59 +02:00
background_runner_spec.lua [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2022-05-05 21:00:22 +02:00
background_task_plugin_spec.lua Tame BackgroundRunner: stop running when no more job (#6605) 2020-08-31 16:48:29 +02:00
batterystat_spec.lua SystemStat: Show awake/suspend/standby breakdown in % (#9257) 2022-06-27 21:16:51 +02:00
benchmark.lua
cache_spec.lua Cache: Rewrite based on lua-lru 2021-05-05 20:37:33 +02:00
commonrequire.lua Unbreak ReaderFooter test 2021-05-19 20:55:00 +02:00
dbg_spec.lua
defaults_spec.lua GestureDetector: Full refactor for almost-sane(TM) MT gesture handling (#9463) 2022-09-04 02:38:27 +02:00
depgraph_spec.lua Tame a few tests that relied on pairs being somewhat deterministic (#6371) 2020-07-14 18:25:26 +02:00
device_spec.lua [UIManager] Outsource device specific event handlers (was: some nits) (#9448) 2022-09-10 13:45:31 +02:00
docsettings_spec.lua
document_registry_spec.lua Tests: make sure files are deleted (#6323) 2020-06-28 08:03:37 +02:00
document_spec.lua Keyboard: add Bengali Probhat layout (#8887) 2022-03-15 23:13:13 +01:00
eink_optimization_spec.lua
exporter_plugin_main_spec.lua Refactor exporter.koplugin (#8944) 2022-05-06 22:44:28 +02:00
filemanager_spec.lua Tests: Handle FM/ReaderUI instances slightly more sanely 2021-05-19 20:55:00 +02:00
filemanagerconverter_spec.lua Update UI layout code to use new SVG icons 2020-12-19 14:49:18 +01:00
focusmanager_spec.lua Input: Actually fix the timer double-free 2022-08-16 18:09:46 +02:00
font_spec.lua
frontlight_spec.lua
gesturedetector_spec.lua Pocketbook: Implement HW screen rotation, bring in PB specific kludges from linuxfb (#6684) 2020-09-22 22:04:37 +02:00
gesturerange_spec.lua
gettext_spec.lua
hook_container_spec.lua
httpclient_spec.lua
imagewidget_spec.lua "Fix" the ImageWidget test 2022-06-13 02:37:01 +02:00
input_spec.lua Input: Actually fix the timer double-free 2022-08-16 18:09:46 +02:00
inputtext_spec.lua
koptinterface_spec.lua Cache: Rewrite based on lua-lru 2021-05-05 20:37:33 +02:00
kosync_spec.lua
luadata_spec.lua LuaSettings: Add a method to initialize a setting properly (#7371) 2021-03-06 22:44:18 +01:00
luasettings_spec.lua LuaSettings: Add a method to initialize a setting properly (#7371) 2021-03-06 22:44:18 +01:00
menu_table_screen_color_spec.lua
menusorter_spec.lua Tame a few tests that relied on pairs being somewhat deterministic (#6371) 2020-07-14 18:25:26 +02:00
mock_time_spec.lua
mock_time.lua [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2022-05-05 21:00:22 +02:00
network_manager_spec.lua
networksetting_spec.lua Various Wi-Fi QoL improvements (#6424) 2020-07-27 03:39:06 +02:00
nickel_conf_spec.lua
opds_spec.lua [plugin] Display OPDS download titles if available (#8441) 2021-11-14 07:52:53 +01:00
optmath_spec.lua [autosuspend, plugin] Switch to datetimewidget and provide default values (#8480) 2021-11-28 22:18:44 +01:00
persist_spec.lua Persist: Add the new native LuaJIT serializer to the list of supported codecs (#7543) 2021-04-13 18:11:39 +02:00
quickstart_spec.lua
random_spec.lua
readerbookmark_spec.lua Tests: Handle FM/ReaderUI instances slightly more sanely 2021-05-19 20:55:00 +02:00
readerdictionary_spec.lua [chore] Fix todo and fixme tags (#8365) 2021-10-23 16:29:00 +02:00
readerfooter_spec.lua ReaderFooter test: Untangle settings handling 2021-05-19 20:55:00 +02:00
readerhighlight_spec.lua spec: add tests for LanguageSupport 2021-10-23 15:49:54 +02:00
readerlink_spec.lua Document: Round dimensions properly in getPageDimensions (#8170) 2021-09-02 23:50:10 +02:00
readerpaging_spec.lua Tests: Handle FM/ReaderUI instances slightly more sanely 2021-05-19 20:55:00 +02:00
readerrolling_spec.lua Make luacheck >= 0.26 happy (#9174) 2022-06-11 19:06:06 +02:00
readersearch_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readertoc_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readerui_spec.lua Tests: Handle FM/ReaderUI instances slightly more sanely 2021-05-19 20:55:00 +02:00
readerview_spec.lua Document: Round dimensions properly in getPageDimensions (#8170) 2021-09-02 23:50:10 +02:00
readhistory_spec.lua LuaSettings: Add a method to initialize a setting properly (#7371) 2021-03-06 22:44:18 +01:00
screenshoter_spec.lua Tests: Handle FM/ReaderUI instances slightly more sanely 2021-05-19 20:55:00 +02:00
size_spec.lua
spore_spec.lua
switch_plugin_spec.lua
textboxwidget_spec.lua
time_spec.lua [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2022-05-05 21:00:22 +02:00
timeval_spec.lua The great Input/GestureDetector/TimeVal spring cleanup (a.k.a., a saner main loop) (#7415) 2021-03-30 02:57:59 +02:00
toggleswitch_spec.lua
touch_probe_spec.lua
translator_spec.lua
uimanager_bench.lua [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2022-05-05 21:00:22 +02:00
uimanager_spec.lua [feat] Replace TimeVal (RIP) with time, fixed point time seconds (#8999) 2022-05-05 21:00:22 +02:00
util_spec.lua DeviceMenu: Colons and more information (#8435) 2021-11-23 21:17:07 +01:00
version_spec.lua [chore, spec] Version: test 8-character hash just in case (#7809) 2021-06-06 18:15:52 +02:00
wakeupmgr_spec.lua A host of low power states related tweaks (#9036) 2022-05-01 23:41:08 +02:00
widget_inputcontainer_spec.lua Tame a few tests that relied on pairs being somewhat deterministic (#6371) 2020-07-14 18:25:26 +02:00
widget_menu_spec.lua [fix] Use orderedPairs in touch menu item table (#6404) 2020-07-20 20:58:39 +02:00
widget_progresswidget_spec.lua
wikipedia_spec.lua