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

Get screen tests to work on circleci #105

Open
mscroggs opened this issue Jul 4, 2020 · 1 comment
Open

Get screen tests to work on circleci #105

mscroggs opened this issue Jul 4, 2020 · 1 comment
Labels
bug This needs fixing testing & publishing This issue is related to CI tests or package publishing

Comments

@mscroggs
Copy link
Member

mscroggs commented Jul 4, 2020

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.

@mscroggs mscroggs added the feature request It would be very nice to have this feature label Jul 4, 2020
@mscroggs
Copy link
Member Author

mscroggs commented Jul 4, 2020

Works for the linux image now. Currently skipping for windows:

winskip = pytest.mark.skipif(
os.name == "nt", reason="CircleCI cannot run this test on windows")

@mscroggs mscroggs added bug This needs fixing testing & publishing This issue is related to CI tests or package publishing and removed feature request It would be very nice to have this feature labels Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This needs fixing testing & publishing This issue is related to CI tests or package publishing
Projects
None yet
Development

No branches or pull requests

1 participant