summaryrefslogtreecommitdiff
path: root/test/pseudo-tty
Commit message (Expand)AuthorAgeFilesLines
* tools: make pty_helper.py python3-compatibleBen Noordhuis2019-08-191-1/+5
* readline: close dumb terminals on Control+Dcjihrig2019-08-171-1/+17
* test: refactor test using assert instead of try/catchJuan Bedoya2019-07-301-13/+13
* test: improve variable names in pty_helper.pyAnna Henningsen2019-07-171-17/+17
* test: fix pty test hangs on aixBen Noordhuis2019-07-155-40/+109
* test: skip pseudo-tty tests on AIXSam Roberts2019-07-041-0/+29
* test: skip tests related to CI failures on AIXSam Roberts2019-07-021-0/+4
* assert: print more lines in the error diffRuben Bridgewater2019-06-121-1/+2
* test: remove test-tty-wrap from status fileRich Trott2019-06-101-2/+0
* process: inspect error in case of a fatal exceptionRuben Bridgewater2019-05-162-0/+24
* assert: refine assertion messageRuben Bridgewater2019-05-051-1/+1
* test: do not strip left whitespace in pseudo-tty testsRuben Bridgewater2019-04-192-7/+7
* util: highlight stack framesRuben Bridgewater2019-04-152-0/+48
* tools: python: ignore instead of select flake8 rulesRefael Ackermann2019-04-131-25/+16
* repl: check colors with .getColorDepth()Vladislav Kaminsky2019-03-212-0/+29
* readline: support TERM=dumbVladislav Kaminsky2019-03-212-0/+24
* console: don't use ANSI escape codes when TERM=dumbVladislav Kaminsky2019-03-212-0/+13
* tty: add NO_COLOR and FORCE_COLOR supportRuben Bridgewater2019-03-192-2/+17
* tty: add hasColors functionRuben Bridgewater2019-03-052-0/+22
* tty: improve color detectionRuben Bridgewater2019-03-031-3/+9
* test: always activate colors if necessaryRuben Bridgewater2019-03-031-0/+4
* test: add assert test for position indicatorRich Trott2019-02-112-0/+18
* test: remove unused uncaughtException handlerAnna Henningsen2019-01-271-7/+1
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-172-2/+2
* test: prepare test/pseudo-tty/testcfg.py Python 3cclauss2018-12-111-1/+7
* test: prepare test/pseudo-tty/testcfg.py for Python 3cclauss2018-12-061-1/+6
* console: lazy load process.stderr and process.stdoutJoyee Cheung2018-11-291-1/+1
* test: use print() function on both Python 2 and 3cclauss2018-11-191-11/+12
* test: assert diff no colorFlorin-Daniel BÎLBÎE2018-11-132-0/+19
* test: fix uses of deprecated assert.fail with multiple argsivan.filenko2018-11-101-1/+0
* test: use assert.strictEqual instead of assert.equalivan.filenko2018-11-101-4/+4
* tools,test: cleanup and dedup codeRefael Ackermann2018-10-161-10/+1
* test: add stdin writable regression testAnna Henningsen2018-10-042-0/+4
* process: allow reading from stdout/stderr socketsAnna Henningsen2018-10-043-0/+5
* tools: allow input for TTY testsAnna Henningsen2018-10-041-3/+9
* Revert "tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE"Anna Henningsen2018-10-042-17/+0
* test: add process.stdin.end() TTY regression testMatteo Collina2018-10-042-0/+8
* assert: switch `inputs` to `values`Ruben Bridgewater2018-09-271-1/+1
* test: remove unnecessary assertionsAnna Henningsen2018-09-261-2/+0
* tty: make process.binding('tty_wrap') internalcjihrig2018-08-295-5/+11
* src: move process.binding('async_wrap') internalDaniel Bevenius2018-08-271-1/+3
* tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina2018-08-222-0/+17
* stream: move process.binding('stream_wrap') to internalBindingJames M Snell2018-08-191-2/+4
* stream: fix readable behavior for highWaterMark === 0Denys Otrishko2018-08-102-0/+29
* assert: multiple improvementsRuben Bridgewater2018-08-041-4/+4
* tools,test: remove unused config hooksJon Moss2018-07-311-1/+0
* test: check TTY mode reset on exitAnna Henningsen2018-06-016-0/+61
* src: remove `kFlagNoShutdown` flagAnna Henningsen2018-05-042-0/+7
* assert: make skipping indicator blueRuben Bridgewater2018-04-291-2/+5
* assert: improve default error messagesRuben Bridgewater2018-04-141-1/+1