Yoshiya Hinosawa
96fe2d10a4
Update eslint and @typescript-eslint ( denoland/deno_std#621 )
...
Original: c3fe858f98
2019-10-05 12:02:34 -04:00
Nayeem Rahman
a472b6732d
Test runner v2 ( denoland/deno_std#604 )
...
Original: 17a214bbd5
2019-09-28 09:33:17 -04:00
Axetroy
878a9a29e7
bump prettier to 1.18.2 ( denoland/deno_std#592 )
...
Original: 06958a4ada
2019-09-11 23:31:23 -04:00
Ryan Dahl
4d997d4e22
Move colors to fmt ( denoland/deno_std#571 )
...
Original: 28e77389ff
2019-08-24 10:38:18 -07:00
Eugen Cazacu
e933a8a0e1
print out the failed tests after the summary ( denoland/deno_std#554 )
...
Original: ed1b9e0563
2019-08-22 03:13:12 -04:00
Bartek Iwańczuk
a1a024a9f0
fix: add global test registry ( denoland/deno_std#568 )
...
After adding deno test command a new problem appeared.
If you try running deno test inside this repo test runner will find
80 test files but won't run any tests! This is caused by fact that
deno test uses tagged version of standard library which causes
test function available inside to repo to be different function that
test available in standard lib used by deno test.
Original: 4531fa8159
2019-08-21 12:34:34 -04:00
Bartek Iwańczuk
4ce2a321c8
feat: test runner ( denoland/deno_std#516 )
...
Original: c44e5367bf
2019-08-14 20:04:56 -04:00
Bartek Iwańczuk
d928c0ca31
feat: add overloaded form of unit test declaration ( denoland/deno_std#563 )
...
Original: bd146e0188
2019-08-14 16:12:35 -04:00
Vincent LE GOFF
57edeacaa5
Testing: Pretty output + Silent mode ( denoland/deno_std#314 )
...
Original: d44a47a08d
2019-06-19 05:43:49 -07:00
Bartek Iwańczuk
50a79584cb
chore: Implement strict mode ( denoland/deno_std#453 )
...
Original: be24677d15
2019-05-30 08:59:30 -04:00
Vincent LE GOFF
dcd01dd025
Eslint fixes ( denoland/deno_std#356 )
...
Make warnings fail
Original: 4543b563a9
2019-04-24 07:41:22 -04:00
Vincent LE GOFF
8f0407efad
Fix parallel testing ( denoland/deno_std#309 )
...
Fixes denoland/deno_std#308
Co-authored by @chiefbiiko
Original: cac060f388
2019-03-28 12:29:27 -04:00
Vincent LE GOFF
b7022848f6
testing: turn off exitOnFail by default ( denoland/deno_std#307 )
...
Original: d9e8953110
2019-03-26 11:29:12 -04:00
Vincent LE GOFF
e36edfdb3f
Testing refactor ( denoland/deno_std#240 )
...
Original: e1d5c00279
2019-03-06 16:39:50 -05:00
Vincent LE GOFF
787207f11b
Refactor asserts in testing ( denoland/deno_std#227 )
...
Original: c734e32343
2019-03-05 14:58:28 -05:00
Vincent LE GOFF
39fde3a454
Use pretty assertEqual in testing ( denoland/deno_std#234 )
...
Original: 8fb9f709a6
2019-03-04 20:03:50 -05:00
Kitson Kelly
17663c1232
Add eslint for linting ( denoland/deno_std#235 )
...
Original: c0390ade3d
2019-03-04 19:53:35 -05:00
chiefbiiko
ce7a987009
feat: parallel testing ( denoland/deno_std#224 )
...
Original: 41bdd096f0
2019-03-04 14:19:03 -05:00
Vincent LE GOFF
ef30a88542
Testing add ansi color support from color module ( denoland/deno_std#223 )
...
Original: 90871cfca6
2019-03-02 14:56:53 -05:00
Ryan Dahl
2db147a001
Bump CI to v0.3.1 ( denoland/deno_std#220 )
...
Original: 93e5e0cd14
2019-03-01 02:54:21 -05:00
Andy Hayden
7484cf88b5
Clean up the test failure output ( denoland/deno_std#209 )
...
Original: e609f0c7cb
2019-02-23 11:24:57 -05:00
Bartek Iwańczuk
ad77215052
Add runIfMain method ( denoland/deno_std#215 )
...
Original: 817a0fb439
2019-02-23 11:18:43 -05:00
Ryan Dahl
34ece9f2ed
Pretty print exceptions ( denoland/deno_std#190 )
...
Explained here:
https://github.com/denoland/deno/issues/1559#issuecomment-462811554
Original: 34ca60376b
2019-02-12 18:24:29 -05:00
James Garbutt
be65b2b0f6
testing: add fail() ( denoland/deno_std#123 )
...
Original: c1c18c9469
2019-01-26 06:51:19 -05:00
Ryan Dahl
6a0e32dc35
testing: Don't automatically run on import ( denoland/deno_std#129 )
...
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 ( denoland/deno_std#124 )
...
Original: 9a3eb207dc
2019-01-15 21:57:40 -05:00
Yoshiya Hinosawa
6f8dc44a2b
feat: print test status on the same line as test name ( denoland/deno_std#100 )
...
Original: 41a2d21826
2019-01-09 10:32:37 -05:00
Masashi Hirano
7c62da8975
Fix to use unknown type in testing/mod.ts ( denoland/deno_std#73 )
...
Original: 8221924d9a
2019-01-04 11:59:50 -05:00
Ryan Dahl
6a783ea179
Add testing module
...
Original: 61fdae51a7
2019-01-02 13:45:42 -05:00