Skip to content

Commit

Permalink
refactor(tests): remove code duplications (#55)
Browse files Browse the repository at this point in the history
* moved keyboard_events_to_utils

* refactored ui keyboard events

* refactored raw mod

* format

* renamed sleep events function

* refactored OsInputOutput

* refactored opts

* refactored backend first test

* refactored backend ui tests

* refactored backend raw tests

* simplified terminal events read

* format
  • Loading branch information
chobeat authored and imsnif committed Jan 4, 2020
1 parent d69206d commit 90480ad
Show file tree
Hide file tree
Showing 4 changed files with 316 additions and 1,294 deletions.
1 change: 1 addition & 0 deletions src/tests/cases/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pub mod raw_mode;
pub mod test_utils;
pub mod ui;
Loading

0 comments on commit 90480ad

Please sign in to comment.