summaryrefslogtreecommitdiffstats
path: root/src/process
AgeCommit message (Expand)Author
2020-12-22Improve test render of paddingTim Oram
2020-12-10Apply new rustfmt changesTim Oram
2020-11-23Add tests for process moduleTim Oram
2020-11-23Add support for Exit key and abortTim Oram
2020-11-22Move TodoFile instance into TestContextTim Oram
2020-11-22Use TestContext functions in testsTim Oram
2020-11-21Make ProcessModule::handle_input requiredTim Oram
2020-11-20Add process::modules testsTim Oram
2020-11-19Add process::window_size_error testsTim Oram
2020-11-19Add process::util testsTim Oram
2020-11-18Add tests for process::help and fix some issuesTim Oram
2020-11-17Add process::error testsTim Oram
2020-11-16Add tests for process:process_resultTim Oram
2020-11-15Add tests for ExitStatus enumTim Oram
2020-11-13ViewData test refactorTim Oram
2020-11-13Replace ViewData::setContent with view linesTim Oram
2020-11-01Fix bad key mapping in process testTim Oram
2020-11-01Add handle_n_inputs function in process testTim Oram
2020-11-01Expose config in process test contextTim Oram
2020-11-01Provider better diff output for test render assertTim Oram
2020-10-29Move Action and Line into todo file moduleTim Oram
2020-10-29Move git interactive to todo file moduleTim Oram
2020-10-29Refactor rebase todo file read and writeTim Oram
2020-10-25Remove process function from process moduleTim Oram
2020-10-22Rewrite the External Editor moduleTim Oram
2020-10-22Improve the output of the error renderingTim Oram
2020-10-22Use ViewLine::from trait instead of ViewLine::newTim Oram
2020-10-18Refactor the tests that use process utilsTim Oram
2020-10-01Convert activate to use ProcessResultTim Oram
2020-09-25Greatly improve input handling and missing keysTim Oram
2020-09-23Use anyhow in ExternalEditorTim Oram
2020-09-21Use anyhow in the process moduleTim Oram
2020-09-21Use anyhow in process module traitTim Oram
2020-09-21Use anyhow in the main application structTim Oram
2020-09-21Fix formatting error in process moduleTim Oram
2020-09-20Refactor and test external editorTim Oram
2020-09-20Use a scratch todo file for testsTim Oram
2020-09-20Add Display to process_module_handle_input_testTim Oram
2020-09-20Remove the exiting moduleTim Oram
2020-09-19DRY up process moduleTim Oram
2020-09-18Move window size error into process moduleTim Oram
2020-09-17Move error handling to process moduleTim Oram
2020-09-17Fix linting issues in test utilitiesTim Oram
2020-09-17Fix some reference/bindings to be more clearTim Oram
2020-09-16Test and improvements for Edit moduleTim Oram
2020-09-16Support a list of inputs in process input testTim Oram
2020-09-16Show whitespace in test render error diffTim Oram
2020-09-15Refactor process module input testsTim Oram
2020-09-14Refactor data render testsTim Oram
2020-09-02Add module test utilities and confirm abort testsTim Oram