summaryrefslogtreecommitdiff
path: root/test/pseudo-tty
AgeCommit message (Expand)Author
2019-06-12assert: print more lines in the error diffRuben Bridgewater
2019-06-10test: remove test-tty-wrap from status fileRich Trott
2019-05-16process: inspect error in case of a fatal exceptionRuben Bridgewater
2019-05-05assert: refine assertion messageRuben Bridgewater
2019-04-19test: do not strip left whitespace in pseudo-tty testsRuben Bridgewater
2019-04-15util: highlight stack framesRuben Bridgewater
2019-04-13tools: python: ignore instead of select flake8 rulesRefael Ackermann
2019-03-21repl: check colors with .getColorDepth()Vladislav Kaminsky
2019-03-21readline: support TERM=dumbVladislav Kaminsky
2019-03-21console: don't use ANSI escape codes when TERM=dumbVladislav Kaminsky
2019-03-19tty: add NO_COLOR and FORCE_COLOR supportRuben Bridgewater
2019-03-05tty: add hasColors functionRuben Bridgewater
2019-03-03tty: improve color detectionRuben Bridgewater
2019-03-03test: always activate colors if necessaryRuben Bridgewater
2019-02-11test: add assert test for position indicatorRich Trott
2019-01-27test: remove unused uncaughtException handlerAnna Henningsen
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-11test: prepare test/pseudo-tty/testcfg.py Python 3cclauss
2018-12-06test: prepare test/pseudo-tty/testcfg.py for Python 3cclauss
2018-11-29console: lazy load process.stderr and process.stdoutJoyee Cheung
2018-11-19test: use print() function on both Python 2 and 3cclauss
2018-11-13test: assert diff no colorFlorin-Daniel BÎLBÎE
2018-11-10test: fix uses of deprecated assert.fail with multiple argsivan.filenko
2018-11-10test: use assert.strictEqual instead of assert.equalivan.filenko
2018-10-16tools,test: cleanup and dedup codeRefael Ackermann
2018-10-04test: add stdin writable regression testAnna Henningsen
2018-10-04process: allow reading from stdout/stderr socketsAnna Henningsen
2018-10-04tools: allow input for TTY testsAnna Henningsen
2018-10-04Revert "tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE"Anna Henningsen
2018-10-04test: add process.stdin.end() TTY regression testMatteo Collina
2018-09-27assert: switch `inputs` to `values`Ruben Bridgewater
2018-09-26test: remove unnecessary assertionsAnna Henningsen
2018-08-29tty: make process.binding('tty_wrap') internalcjihrig
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-22tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-10stream: fix readable behavior for highWaterMark === 0Denys Otrishko
2018-08-04assert: multiple improvementsRuben Bridgewater
2018-07-31tools,test: remove unused config hooksJon Moss
2018-06-01test: check TTY mode reset on exitAnna Henningsen
2018-05-04src: remove `kFlagNoShutdown` flagAnna Henningsen
2018-04-29assert: make skipping indicator blueRuben Bridgewater
2018-04-14assert: improve default error messagesRuben Bridgewater
2018-04-12console: auto-detect color support by defaultAnna Henningsen
2018-03-27test: improve tty.getColorDepth coverageRuben Bridgewater
2018-03-27assert: fix diff color outputRuben Bridgewater
2018-02-22test: really test the ttywrap bits of getasyncidJeremiah Senkpiel
2018-02-20test: actually test tty `getColorDepth()`Jeremiah Senkpiel
2017-11-15tty: fix 'resize' event regressionBen Noordhuis
2017-11-14test: add coverage to tty modulecjihrig