about summary refs log tree commit diff stats
path: root/.github/workflows/doctest.yml
Commit message (Collapse)AuthorAgeFilesLines
* Document expected failure of GH Actiontoonn2020-07-051-1/+1
| | | | | | | Github Actions don't support some of our tests, due to `ncurses`. This Action fails intentionally so it might get fixed once we figure it out. If we invert the failure condition to "make CI green" we might forget about it.
* Clarify excluded tests for github workflowtoonn2020-07-051-2/+2
| | | | | Add pytest to the failing workflow because otherwise it's not run with python 2.7.
* Prepare for Pylint transition from versions <2toonn2020-07-051-2/+2
|
* Seperate doctests and pyteststoonn2019-09-241-0/+30
Doctests are interfering with CI because curses can't find the terminfo database. This'll require looking into but for now we'll run the doctests seperately and expect failure. Same thing for pytests.