summaryrefslogtreecommitdiffstats
path: root/src/process/tests.rs
AgeCommit message (Expand)Author
2024-02-19Reenable the unused lint, and cleanup unusedTim Oram
2024-02-15Move remaining testutils to test_helpersTim Oram
2024-02-15Move runtime testutils to test_helpersTim Oram
2024-02-15Remove the concept of custom eventsTim Oram
2024-02-15Move core crate into rootTim Oram
2021-07-05Move process module into coreTim Oram
2021-07-05Move process_module_test to module and renameTim Oram
2021-07-05Use mocked theme in process testsTim Oram
2021-07-05Move view module to crateTim Oram
2021-07-05Move input module to crateTim Oram
2021-07-05Move display module into a crateTim Oram
2021-06-20Breakout the module system from the process moduleTim Oram
2021-06-19Rename ProcessModule to ModuleTim Oram
2021-06-19Move error to a moduleTim Oram
2021-06-19Move window_size_error to a moduleTim Oram
2021-06-17Remove modules creation from process moduleTim Oram
2021-06-17Remove unneeded type from process module testsTim Oram
2021-06-17Remove public module refs from the todo_file moduleTim Oram
2021-06-16Add Tui trait for CrossTerm and mocked versionTim Oram
2021-06-15Remove public module refs from display moduleTim Oram
2021-06-15Refactor CLI and main functionTim Oram
2021-06-12Remove ViewStateTim Oram
2021-06-12Rework process testsTim Oram
2021-06-12Remove references from Display and ViewTim Oram
2021-06-12Refactor external editor command runningTim Oram
2021-06-12Convert from inputs to eventsTim Oram
2021-06-12Move input reading from viewTim Oram
2021-06-12Avoid view_data resize in modulesTim Oram
2021-03-23Componentize the help systemTim Oram
2021-02-18Remove references to the lines vecTim Oram
2021-02-04Update rustfmt configuration with new optionsTim Oram
2021-01-27Rewrite display and input to use CrosstermTim Oram
2021-01-27Add mutable to cursesTim Oram
2020-11-23Add tests for process moduleTim Oram