summaryrefslogtreecommitdiff
path: root/test/pummel
Commit message (Expand)AuthorAgeFilesLines
* test: remove common.fileExists()Rich Trott2018-08-081-4/+4
* test: refactor test-tls-connect-memleak, move to parallelAnna Henningsen2018-07-161-65/+0
* test: refactor test-net-connect-memleak, move to parallelAnna Henningsen2018-07-161-57/+0
* test: swap arguments in strictEqual()Sohail Rajdev2018-07-101-14/+15
* test: fix test-tls-connect-memleakRich Trott2018-07-091-3/+1
* test: fix pummel/test-net-connect-memleakRich Trott2018-07-061-2/+1
* src: refactor timers to remove TimerWrapAnatoli Papirovski2018-06-242-64/+0
* tools: add 'spaced-comment' into eslint rulesWeijia Wang2018-04-014-16/+5
* lib,test: remove yoda statementsRuben Bridgewater2018-03-042-2/+2
* test: minor refactoringRuben Bridgewater2018-02-162-3/+5
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-162-43/+31
* test: move tmpdir to submodule of commonRich Trott2018-01-317-11/+23
* test: use shorthand propertiesTobias Nießen2018-01-171-1/+1
* test: improve to use template stringsreepurnajasti2018-01-175-9/+9
* stream: rm {writeable/readable}State.lengthCalvin Metcalf2017-12-182-2/+2
* test: use ES6 classes instead of util.inheritsTobias Nießen2017-11-121-13/+13
* test: use common/fixtures module in hash-seed testJavier Blanco2017-11-121-9/+9
* test: remove error messageJack Wang2017-10-191-2/+2
* test: improve assert message in test-dh-regrMabry Cervin2017-10-131-3/+8
* test: make use of common/fixtures.fixturesDirJem Bezooyen2017-10-121-1/+2
* test: remove assert messageJoe Henry2017-10-101-2/+2
* test: clarify assertion failureryshep1112017-10-091-1/+2
* test: continue normalizing fixtures useMiguel Angel Asencio Hurtado2017-08-2711-44/+36
* test: fix conversion of microseconds in testNick Stanish2017-08-091-3/+3
* test: adjust indentation for stricter lintingRich Trott2017-07-273-46/+46
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-216-7/+8
* doc, lib, test: do not re-require needlesslyVse Mozhet Byt2017-07-211-2/+3
* test: move test-fs-largefile to pummelRich Trott2017-07-201-0/+55
* test: verify hash seed uniquenessAli Ijaz Sheikh2017-07-111-0/+20
* test: simplify test skippingVse Mozhet Byt2017-07-0416-103/+51
* test: replace indexOf with includes and startsWithNataly Shrits2017-07-023-5/+5
* test: remove unnecessary Buffer importSteven Winston2017-06-241-1/+0
* benchmark,lib,test: use braces for multiline blockRich Trott2017-06-231-1/+2
* test: fix RegExp nitsVse Mozhet Byt2017-06-211-1/+1
* test: remove needless RegExp flagsVse Mozhet Byt2017-06-182-4/+4
* test: move stream2 test from pummel to parallelRich Trott2017-05-241-475/+0
* test: simplify assert usage in test-stream2-basicRich Trott2017-05-241-20/+17
* test: check noop function invocationsRich Trott2017-05-241-13/+13
* vm: fix race condition with timeout paramMarcel Laverdet2017-05-231-0/+33
* test: remove unneeded string splittingVse Mozhet Byt2017-05-151-2/+2
* test: reduce string concatenationsVse Mozhet Byt2017-05-0523-66/+66
* test,lib,doc: use function declarationsRich Trott2017-05-012-6/+6
* test: add common.noop, default for common.mustCall()James M Snell2017-03-262-10/+9
* meta: restore original copyright headerJames M Snell2017-03-1045-0/+945
* tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso2017-02-211-1/+2
* test: improve coverage in test-crypto.dhEric Christie2017-02-191-9/+26
* test: add common.mustNotCall()cjihrig2017-02-063-4/+4
* test: use repeat() instead of new Array().join()Jackson Tian2017-02-011-1/+1
* test: use common.fail() instead of assert(false)cjihrig2017-01-231-5/+2
* test: no unused args test-fs-watch-file.jsistinson2017-01-131-8/+8