You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have test coverage for some of the critical functions that are easy to test.
This will probably require the following steps
Decouple non-ncurses logic from ncurses calls into separate functions. It may help to create our own convenience library to call common ncurses patterns (like mvwprintw() followed by wrefresh()) or just mocking out some of the ncurses calls.
We should have test coverage for some of the critical functions that are easy to test.
This will probably require the following steps
mvwprintw()
followed bywrefresh()
) or just mocking out some of the ncurses calls.Other intersting things:
The text was updated successfully, but these errors were encountered: