summaryrefslogtreecommitdiff
path: root/test/pummel
AgeCommit message (Expand)Author
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-17test: use shorthand propertiesTobias Nießen
2018-01-17test: improve to use template stringsreepurnajasti
2017-12-18stream: rm {writeable/readable}State.lengthCalvin Metcalf
2017-11-12test: use ES6 classes instead of util.inheritsTobias Nießen
2017-11-12test: use common/fixtures module in hash-seed testJavier Blanco
2017-10-19test: remove error messageJack Wang
2017-10-13test: improve assert message in test-dh-regrMabry Cervin
2017-10-12test: make use of common/fixtures.fixturesDirJem Bezooyen
2017-10-10test: remove assert messageJoe Henry
2017-10-09test: clarify assertion failureryshep111
2017-08-27test: continue normalizing fixtures useMiguel Angel Asencio Hurtado
2017-08-09test: fix conversion of microseconds in testNick Stanish
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-21doc, lib, test: do not re-require needlesslyVse Mozhet Byt
2017-07-20test: move test-fs-largefile to pummelRich Trott
2017-07-11test: verify hash seed uniquenessAli Ijaz Sheikh
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-07-02test: replace indexOf with includes and startsWithNataly Shrits
2017-06-24test: remove unnecessary Buffer importSteven Winston
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-21test: fix RegExp nitsVse Mozhet Byt
2017-06-18test: remove needless RegExp flagsVse Mozhet Byt
2017-05-24test: move stream2 test from pummel to parallelRich Trott
2017-05-24test: simplify assert usage in test-stream2-basicRich Trott
2017-05-24test: check noop function invocationsRich Trott
2017-05-23vm: fix race condition with timeout paramMarcel Laverdet
2017-05-15test: remove unneeded string splittingVse Mozhet Byt
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-01test,lib,doc: use function declarationsRich Trott
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-02-19test: improve coverage in test-crypto.dhEric Christie
2017-02-06test: add common.mustNotCall()cjihrig
2017-02-01test: use repeat() instead of new Array().join()Jackson Tian
2017-01-23test: use common.fail() instead of assert(false)cjihrig
2017-01-13test: no unused args test-fs-watch-file.jsistinson
2017-01-13test: improve tests in pummel/test-execChase Starr
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-10test: refactor the code of test-keep-alive.jssivaprasanna
2017-01-09test: refactor test-watch-file.jssivaprasanna
2017-01-09test: refactor the code in test-child-process-spawn-loop.jssivaprasanna
2017-01-09tools,test: enforce assert.ifError with lint ruleTeddy Katz
2017-01-02test: use const for all require() callscjihrig
2016-10-24test: make flaky pummel test more reliableBen Noordhuis