summaryrefslogtreecommitdiff
path: root/testing/mod.ts
AgeCommit message (Expand)Author
2019-06-19Testing: Pretty output + Silent mode (denoland/deno_std#314)Vincent LE GOFF
2019-05-30chore: Implement strict mode (denoland/deno_std#453)Bartek Iwańczuk
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
2019-03-28Fix parallel testing (denoland/deno_std#309)Vincent LE GOFF
2019-03-26testing: turn off exitOnFail by default (denoland/deno_std#307)Vincent LE GOFF
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
2019-03-05Refactor asserts in testing (denoland/deno_std#227)Vincent LE GOFF
2019-03-04Use pretty assertEqual in testing (denoland/deno_std#234)Vincent LE GOFF
2019-03-04Add eslint for linting (denoland/deno_std#235)Kitson Kelly
2019-03-04feat: parallel testing (denoland/deno_std#224)chiefbiiko
2019-03-02Testing add ansi color support from color module (denoland/deno_std#223)Vincent LE GOFF
2019-03-01Bump CI to v0.3.1 (denoland/deno_std#220)Ryan Dahl
2019-02-23Clean up the test failure output (denoland/deno_std#209)Andy Hayden
2019-02-23Add runIfMain method (denoland/deno_std#215)Bartek Iwańczuk
2019-02-12Pretty print exceptions (denoland/deno_std#190)Ryan Dahl
2019-01-26testing: add fail() (denoland/deno_std#123)James Garbutt
2019-01-24testing: Don't automatically run on import (denoland/deno_std#129)Ryan Dahl
2019-01-22Add assert.throwsAsync()Kitson Kelly
2019-01-22Make testing more matainableKitson Kelly
2019-01-15Improve assert (denoland/deno_std#124)Kitson Kelly
2019-01-09feat: print test status on the same line as test name (denoland/deno_std#100)Yoshiya Hinosawa
2019-01-04Fix to use unknown type in testing/mod.ts (denoland/deno_std#73)Masashi Hirano
2019-01-02Add testing moduleRyan Dahl