Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[refafctor] Add Terminal trait for testing #135

Merged
merged 1 commit into from
Aug 5, 2021
Merged

Conversation

yykamei
Copy link
Owner

@yykamei yykamei commented Aug 5, 2021

In order to stub the functions of terminal, I decided to wrap the
terminal module from crossterm. This new trait, Terminal, is
responsible for calling terminal-specific functions.

In order to stub the functions of `terminal`, I decided to wrap the
`terminal` module from `crossterm`. This new trait, `Terminal`, is
responsible for calling terminal-specific functions.
@yykamei yykamei enabled auto-merge (squash) August 5, 2021 13:04
@yykamei yykamei added the refactor Refactoring, which does not change the program behavior label Aug 5, 2021
@yykamei yykamei merged commit 4a23d05 into main Aug 5, 2021
@yykamei yykamei deleted the add-Terminal-trait branch August 5, 2021 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring, which does not change the program behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant