summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2019-05-10benching: use performance.now (denoland/deno_std#385)Vincent LE GOFF
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
2019-04-22Support Sets in asserts.equals (denoland/deno_std#350)Dmitry Sharshakov
2019-04-14Fix eslint warnings and small clean ups (denoland/deno_std#339)Vincent LE GOFF
2019-04-09Fix denoland/denodenoland/deno_std#2064 (denoland/deno_std#328)Bartek Iwańczuk
2019-04-05fix usage code syntax error (denoland/deno_std#318)迷渡
2019-03-30fix: benchmarks not returning on deno 0.3.4+ (denoland/deno_std#317)Arash Arbabi
2019-03-30Bump CI to v0.3.5 (denoland/deno_std#312)Ryan Dahl
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-26Fix assertEquals for RegExp & Date (denoland/deno_std#305)Vincent LE GOFF
2019-03-19fix: wrong usage of assertThrowsAsync which without await keyword (denoland/d...Axetroy
2019-03-18Documentation clean up (denoland/deno_std#288)Vincent LE GOFF
2019-03-12fix: eslint errors (denoland/deno_std#265)Yoshiya Hinosawa
2019-03-11Move benching into testing. (denoland/deno_std#258)chiefbiiko
2019-03-08Use AssertionError instead of Error in testing (denoland/deno_std#254)Vincent LE GOFF
2019-03-08testing/asserts: Add unimplemented and unreachable (denoland/deno_std#248)Ryan Dahl
2019-03-07Add assertNotEquals, assertArrayContains (denoland/deno_std#246)Vincent LE GOFF
2019-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
2019-03-06Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)Andy Hayden
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-23Fixed non-standard prefix on importing (denoland/deno_std#216)EnokMan
2019-02-15feat: Add pretty assert (denoland/deno_std#187)bokuweb
2019-02-12Pretty print exceptions (denoland/deno_std#190)Ryan Dahl
2019-01-29runTests added to docs (denoland/deno_std#164)Rob Muhlestein
2019-01-26Port prettier (denoland/deno_std#156)Yoshiya Hinosawa
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-06Fix format globs (denoland/deno_std#87)Ryan Dahl
2019-01-04Fix to use unknown type in testing/mod.ts (denoland/deno_std#73)Masashi Hirano
2019-01-04fix(testing): readme import url (denoland/deno_std#81)木杉
2019-01-03Add testing/README.md (denoland/deno_std#75)Masashi Hirano
2019-01-02Add testing moduleRyan Dahl