summaryrefslogtreecommitdiff
path: root/test/pummel
AgeCommit message (Expand)Author
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
2016-10-24test: move flaky test to test/pummelBen Noordhuis
2016-10-19test,lib,benchmark: match function namesRich Trott
2016-10-06test: remove FIXME pummel/test-tls-securepair-clientAlfred Cepeda
2016-09-20tools: add eslint rule prefer-assert-methodsDany Shaanan
2016-09-12tools: replace custom ESLint rule with built-inRich Trott
2016-08-21test: favor `===` over `==` in crypto testsRich Trott
2016-08-21test: refactor pummel/test-dtrace-jsstackRich Trott
2016-08-21test: favor strict equality in test-execRich Trott
2016-08-19test: favor strict equality in http testsRich Trott
2016-08-18test: favor strict equality in pummel net testsRich Trott
2016-08-18test: favor `===` over `==` in test-timers.jsRich Trott
2016-08-18test: favor strict equality checkRich Trott
2016-08-18test: fix assertion in test-watch-file.jsRich Trott
2016-08-09timers: remove unused repeat param in timer_wrapJan Schär
2016-07-27test: use common platform helpers everywhereSantiago Gimeno
2016-07-21test: make import common as the first lineSakthipriyan Vairamani
2016-07-18test: use mustCall() for simple flow trackingcjihrig
2016-07-14test: cleanup IIFE testscjihrig
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-05-08tools: lint for object literal spacingRich Trott