0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 01:57:09 -05:00
Commit graph

42 commits

Author SHA1 Message Date
Vincent LE GOFF
d2d5b6ac8e Fix eslint warnings and small clean ups ()
Original: 95ab4e2a3c
2019-04-14 10:53:19 -04:00
Bartek Iwańczuk
733fbfd555 Fix denoland/denodenoland/deno_std#2064 ()
Original: 2c119627dc
2019-04-09 04:33:22 -04:00
迷渡
06ec68d6f4 fix usage code syntax error ()
Original: 7f4dae109e
2019-04-05 14:19:13 +03:00
Arash Arbabi
fd170692dd fix: benchmarks not returning on deno 0.3.4+ ()
Original: a1ceaa6ef7
2019-03-30 15:52:33 -04:00
Ryan Dahl
d87c37f089 Bump CI to v0.3.5 ()
Disable bench_test.ts because it hangs.

Original: eb5b1d9f53
2019-03-30 15:03:43 -04:00
Vincent LE GOFF
8f0407efad Fix parallel testing ()
Fixes 

Co-authored by @chiefbiiko
Original: cac060f388
2019-03-28 12:29:27 -04:00
Vincent LE GOFF
b7022848f6 testing: turn off exitOnFail by default ()
Original: d9e8953110
2019-03-26 11:29:12 -04:00
Vincent LE GOFF
630d0f213d Fix assertEquals for RegExp & Date ()
Original: e17364b91f
2019-03-26 08:15:16 -04:00
Axetroy
eaa795d477 fix: wrong usage of assertThrowsAsync which without await keyword ()
Original: 59adafe867
2019-03-19 13:22:33 -04:00
Vincent LE GOFF
2e1ed890b8 Documentation clean up ()
Original: b699fa67be
2019-03-18 11:08:01 -04:00
Yoshiya Hinosawa
f124e64526 fix: eslint errors ()
Original: 61af419bbc
2019-03-12 01:51:51 -04:00
chiefbiiko
4a97a6e67e Move benching into testing. ()
Original: 4de86f04de
2019-03-11 14:21:13 -04:00
Vincent LE GOFF
831d74e364 Use AssertionError instead of Error in testing ()
Original: d4088a1920
2019-03-08 16:04:43 -05:00
Ryan Dahl
b7a11b486d testing/asserts: Add unimplemented and unreachable ()
Original: 02274ef48b
2019-03-08 02:32:46 -05:00
Vincent LE GOFF
fd74b38d36 Add assertNotEquals, assertArrayContains ()
Original: 899ab67cea
2019-03-07 09:08:19 -05:00
Ryan Dahl
caa383a583 Rename assertEq to assertEquals ()
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.
Original: 4cf39d4a14
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e36edfdb3f Testing refactor ()
Original: e1d5c00279
2019-03-06 16:39:50 -05:00
Andy Hayden
d29957ad17 Replace deno.land/x/ with deno.land/std/ ()
Original: 0fc13fffbd
2019-03-06 10:24:53 -05:00
Vincent LE GOFF
787207f11b Refactor asserts in testing ()
Original: c734e32343
2019-03-05 14:58:28 -05:00
Vincent LE GOFF
39fde3a454 Use pretty assertEqual in testing ()
Original: 8fb9f709a6
2019-03-04 20:03:50 -05:00
Kitson Kelly
17663c1232 Add eslint for linting ()
Original: c0390ade3d
2019-03-04 19:53:35 -05:00
chiefbiiko
ce7a987009 feat: parallel testing ()
Original: 41bdd096f0
2019-03-04 14:19:03 -05:00
Vincent LE GOFF
ef30a88542 Testing add ansi color support from color module ()
Original: 90871cfca6
2019-03-02 14:56:53 -05:00
Ryan Dahl
2db147a001 Bump CI to v0.3.1 ()
Original: 93e5e0cd14
2019-03-01 02:54:21 -05:00
Andy Hayden
7484cf88b5 Clean up the test failure output ()
Original: e609f0c7cb
2019-02-23 11:24:57 -05:00
Bartek Iwańczuk
ad77215052 Add runIfMain method ()
Original: 817a0fb439
2019-02-23 11:18:43 -05:00
EnokMan
a4383984d1 Fixed non-standard prefix on importing ()
Original: f65fda8336
2019-02-23 11:13:53 -05:00
bokuweb
0eed9b3029 feat: Add pretty assert ()
Original: ddafcc6572
2019-02-15 11:11:55 -05:00
Ryan Dahl
34ece9f2ed Pretty print exceptions ()
Explained here:
https://github.com/denoland/deno/issues/1559#issuecomment-462811554
Original: 34ca60376b
2019-02-12 18:24:29 -05:00
Rob Muhlestein
e7ff88655d runTests added to docs ()
Original: 5119cd3c59
2019-01-29 15:10:40 -05:00
Yoshiya Hinosawa
75dab82adb Port prettier ()
Original: b792fe8c72
2019-01-26 23:19:56 -05:00
James Garbutt
be65b2b0f6 testing: add fail() ()
Original: c1c18c9469
2019-01-26 06:51:19 -05:00
Ryan Dahl
6a0e32dc35 testing: Don't automatically run on import ()
Original: ec1675a8ca
2019-01-24 16:25:13 -05:00
Kitson Kelly
b13b2cd883 Add assert.throwsAsync()
Original: 83bb7e99b6
2019-01-22 08:34:35 -06:00
Kitson Kelly
8d474a7911 Make testing more matainable
Original: 2f0ca2242f
2019-01-22 08:34:35 -06:00
Kitson Kelly
7cb7b24537 Improve assert ()
Original: 9a3eb207dc
2019-01-15 21:57:40 -05:00
Yoshiya Hinosawa
6f8dc44a2b feat: print test status on the same line as test name ()
Original: 41a2d21826
2019-01-09 10:32:37 -05:00
Ryan Dahl
c164e696d7 Fix format globs ()
Original: 297cf0975e
2019-01-06 14:19:15 -05:00
Masashi Hirano
7c62da8975 Fix to use unknown type in testing/mod.ts ()
Original: 8221924d9a
2019-01-04 11:59:50 -05:00
木杉
f918e3faac fix(testing): readme import url ()
Original: 9d3d90560c
2019-01-04 05:09:42 -05:00
Masashi Hirano
4dd52719de Add testing/README.md ()
Original: 9552f28daf
2019-01-03 14:16:15 -05:00
Ryan Dahl
6a783ea179 Add testing module
Original: 61fdae51a7
2019-01-02 13:45:42 -05:00