[issue43016] Improve tests for curses

2021-02-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset aab84a58063e68cb7ff5f7b8d96c431200d0e340 by Miss Islington (bot) in branch '3.8': bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24408) https://github.com/python/cpython/commit/aab84a58063e68cb7ff5f7b8d96c431200d0e340

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 304f9d2622fa4fd0833d60d31ddf7321a6a8141b by Miss Islington (bot) in branch '3.9': bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24407) https://github.com/python/cpython/commit/304f9d2622fa4fd0833d60d31ddf7321a6a8141b

[issue43016] Improve tests for curses

2021-01-31 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +23222 pull_request: https://github.com/python/cpython/pull/24407 ___ Python tracker

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a1e9a1e120a11c563e166c15721169184c802f8b by Serhiy Storchaka in branch 'master': bpo-43016: Fix test_curses on platform without cursesw (GH-24405) https://github.com/python/cpython/commit/a1e9a1e120a11c563e166c15721169184c802f8b --

[issue43016] Improve tests for curses

2021-01-31 Thread miss-islington
Change by miss-islington : -- pull_requests: +23223 pull_request: https://github.com/python/cpython/pull/24408 ___ Python tracker ___

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +23220 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/24405 ___ Python tracker ___

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Failures on buildbots: https://buildbot.python.org/all/#/builders/506/builds/765 == ERROR: test_output_character (test.test_curses.TestCurses)

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 7ca947e93bff2b9d78312dc8ed8e0a2b7d25d3f3 by Serhiy Storchaka in branch '3.8': [3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401) https://github.com/python/cpython/commit/7ca947e93bff2b9d78312dc8ed8e0a2b7d25d3f3

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +23215 pull_request: https://github.com/python/cpython/pull/24401 ___ Python tracker ___

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e9d4960d15c5282904cf26e469ce7cee39f634f7 by Serhiy Storchaka in branch '3.9': [3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) https://github.com/python/cpython/commit/e9d4960d15c5282904cf26e469ce7cee39f634f7 --

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +23213 pull_request: https://github.com/python/cpython/pull/24399 ___ Python tracker ___

[issue43016] Improve tests for curses

2021-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d64fd4bb5bb4fd2e3277f39d3ad99b5a8d193e1b by Serhiy Storchaka in branch 'master': bpo-43016: Rewrite tests for curses (GH-24312) https://github.com/python/cpython/commit/d64fd4bb5bb4fd2e3277f39d3ad99b5a8d193e1b --

[issue43016] Improve tests for curses

2021-01-24 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +23131 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24312 ___ Python tracker

[issue43016] Improve tests for curses

2021-01-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Currently tests for curses mainly call different functions and methods in random order. Not all argument combinations are covered by tests and results are not checked. I also ran tests with 1750 different values of TERM supported by ncurses, and some