Open mscroggs opened 4 years ago
There are tests in the branch https://github.com/AVEgame/AVE/tree/test_screen. They fail on circleci as curses doesn't have correct access to a terminal.
Works for the linux image now. Currently skipping for windows:
https://github.com/AVEgame/AVE/blob/29c1a6f2f58198e3af2bde3b457af6cf8053b6af/test/test_screen.py#L5-L6
There are tests in the branch https://github.com/AVEgame/AVE/tree/test_screen. They fail on circleci as curses doesn't have correct access to a terminal.