summaryrefslogtreecommitdiffstats
path: root/src/display/testutil.rs
AgeCommit message (Expand)Author
2024-02-15Refactor Crossterm mock and move to test helpersTim Oram
2024-02-15Remove assert_output test utilTim Oram
2024-02-15Strip inline attributesTim Oram
2024-02-15Move core crate into rootTim Oram
2021-07-05Move display module into a crateTim Oram
2021-06-18Remove OUTPUT mutex from mocked CrosstermTim Oram
2021-06-16Add Tui trait for CrossTerm and mocked versionTim Oram
2021-06-12Convert from inputs to eventsTim Oram
2021-06-12Move event handling into event handlerTim Oram
2021-02-16Remove vec! followed by a pushTim Oram
2021-02-04Update rustfmt configuration with new optionsTim Oram
2021-02-04Remove trailing semicolons from macros2.0.0Tim Oram
2021-01-27Rewrite display and input to use CrosstermTim Oram
2021-01-27Add mutable to cursesTim Oram
2020-12-11Refactor Display mod testsTim Oram
2020-09-17Fix linting issues in test utilitiesTim Oram
2020-09-07Add tests for the display moduleTim Oram