Vincent LE GOFF
4543b563a9
Eslint fixes ( #356 )
...
Make warnings fail
2019-04-24 07:41:22 -04:00
Dmitry Sharshakov
9432d70329
Support Sets in asserts.equals ( #350 )
2019-04-22 09:39:33 -04:00
Vincent LE GOFF
95ab4e2a3c
Fix eslint warnings and small clean ups ( #339 )
2019-04-14 10:53:19 -04:00
Bartek Iwańczuk
2c119627dc
Fix denoland/deno#2064 ( #328 )
2019-04-09 04:33:22 -04:00
迷渡
7f4dae109e
fix usage code syntax error ( #318 )
2019-04-05 14:19:13 +03:00
Arash Arbabi
a1ceaa6ef7
fix: benchmarks not returning on deno 0.3.4+ ( #317 )
2019-03-30 15:52:33 -04:00
Ryan Dahl
eb5b1d9f53
Bump CI to v0.3.5 ( #312 )
...
Disable bench_test.ts because it hangs.
2019-03-30 15:03:43 -04:00
Vincent LE GOFF
cac060f388
Fix parallel testing ( #309 )
...
Fixes #308
Co-authored by @chiefbiiko
2019-03-28 12:29:27 -04:00
Vincent LE GOFF
d9e8953110
testing: turn off exitOnFail by default ( #307 )
2019-03-26 11:29:12 -04:00
Vincent LE GOFF
e17364b91f
Fix assertEquals for RegExp & Date ( #305 )
2019-03-26 08:15:16 -04:00
Axetroy
59adafe867
fix: wrong usage of assertThrowsAsync which without await keyword ( #295 )
2019-03-19 13:22:33 -04:00
Vincent LE GOFF
b699fa67be
Documentation clean up ( #288 )
2019-03-18 11:08:01 -04:00
Yoshiya Hinosawa
61af419bbc
fix: eslint errors ( #265 )
2019-03-12 01:51:51 -04:00
chiefbiiko
4de86f04de
Move benching into testing. ( #258 )
2019-03-11 14:21:13 -04:00
Vincent LE GOFF
d4088a1920
Use AssertionError instead of Error in testing ( #254 )
2019-03-08 16:04:43 -05:00
Ryan Dahl
02274ef48b
testing/asserts: Add unimplemented and unreachable ( #248 )
2019-03-08 02:32:46 -05:00
Vincent LE GOFF
899ab67cea
Add assertNotEquals, assertArrayContains ( #246 )
2019-03-07 09:08:19 -05:00
Ryan Dahl
4cf39d4a14
Rename assertEq to assertEquals ( #242 )
...
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e1d5c00279
Testing refactor ( #240 )
2019-03-06 16:39:50 -05:00
Andy Hayden
0fc13fffbd
Replace deno.land/x/ with deno.land/std/ ( #239 )
2019-03-06 10:24:53 -05:00
Vincent LE GOFF
c734e32343
Refactor asserts in testing ( #227 )
2019-03-05 14:58:28 -05:00
Vincent LE GOFF
8fb9f709a6
Use pretty assertEqual in testing ( #234 )
2019-03-04 20:03:50 -05:00
Kitson Kelly
c0390ade3d
Add eslint for linting ( #235 )
2019-03-04 19:53:35 -05:00
chiefbiiko
41bdd096f0
feat: parallel testing ( #224 )
2019-03-04 14:19:03 -05:00
Vincent LE GOFF
90871cfca6
Testing add ansi color support from color module ( #223 )
2019-03-02 14:56:53 -05:00
Ryan Dahl
93e5e0cd14
Bump CI to v0.3.1 ( #220 )
2019-03-01 02:54:21 -05:00
Andy Hayden
e609f0c7cb
Clean up the test failure output ( #209 )
2019-02-23 11:24:57 -05:00
Bartek Iwańczuk
817a0fb439
Add runIfMain method ( #215 )
2019-02-23 11:18:43 -05:00
EnokMan
f65fda8336
Fixed non-standard prefix on importing ( #216 )
2019-02-23 11:13:53 -05:00
bokuweb
ddafcc6572
feat: Add pretty assert ( #187 )
2019-02-15 11:11:55 -05:00
Ryan Dahl
34ca60376b
Pretty print exceptions ( #190 )
...
Explained here:
https://github.com/denoland/deno/issues/1559#issuecomment-462811554
2019-02-12 18:24:29 -05:00
Rob Muhlestein
5119cd3c59
runTests added to docs ( #164 )
2019-01-29 15:10:40 -05:00
Yoshiya Hinosawa
b792fe8c72
Port prettier ( #156 )
2019-01-26 23:19:56 -05:00
James Garbutt
c1c18c9469
testing: add fail() ( #123 )
2019-01-26 06:51:19 -05:00
Ryan Dahl
ec1675a8ca
testing: Don't automatically run on import ( #129 )
2019-01-24 16:25:13 -05:00
Kitson Kelly
83bb7e99b6
Add assert.throwsAsync()
2019-01-22 08:34:35 -06:00
Kitson Kelly
2f0ca2242f
Make testing more matainable
2019-01-22 08:34:35 -06:00
Kitson Kelly
9a3eb207dc
Improve assert ( #124 )
2019-01-15 21:57:40 -05:00
Yoshiya Hinosawa
41a2d21826
feat: print test status on the same line as test name ( #100 )
2019-01-09 10:32:37 -05:00
Ryan Dahl
297cf0975e
Fix format globs ( #87 )
2019-01-06 14:19:15 -05:00
Masashi Hirano
8221924d9a
Fix to use unknown type in testing/mod.ts ( #73 )
2019-01-04 11:59:50 -05:00
木杉
9d3d90560c
fix(testing): readme import url ( #81 )
2019-01-04 05:09:42 -05:00
Masashi Hirano
9552f28daf
Add testing/README.md ( #75 )
2019-01-03 14:16:15 -05:00
Ryan Dahl
61fdae51a7
Add testing module
2019-01-02 13:45:42 -05:00