Wilfried Goesgens
|
6984daf67b
|
record the times used for the setup/teardown methods of jsunity tests; exposed to the json report file to be enabled along with the junit xml report files. (#8838)
|
2019-04-24 17:00:38 +03:00 |
Alan Plum
|
40aff3fdcd
|
Upgrade JS deps (#8773)
* Make jsunity hash function avoid recursion
This guards against traversals of recursive data structures causing a stack overflow. This is crucial when using assertEqual with unknown inputs.
* Update deps
accepts: 1.3.4 -> 1.3.5
ansi_up: 2.0.2 -> 4.0.3
content-disposition: 0.5.2 -> 0.5.3
dedent: 0.6.0 -> 0.7.0
error-stack-parser: 1.3.6 -> 2.0.2
eslint: 2.13.1 -> 5.16.0
eslint-config-semistandard: 6.0.2 -> removed
eslint-config-standard: 5.3.1 -> removed
eslint-plugin-promise: 1.3.2 -> removed
eslint-plugin-standard: 1.3.2 -> removed
highlight.js: 9.12.0 -> 9.15.6
http-errors: 1.6.2 -> 1.7.2
iconv-lite: 0.4.19 -> 0.4.24
joi: 9.2.0 -> 14.3.1
joi-to-json-schema: 2.3.0 -> 4.0.1
js-yaml: 3.10.0 -> 3.13.1
marked: 0.3.9 -> 0.6.2
mime-types: 2.1.12 -> 2.1.22
mocha: 2.5.3 -> 6.1.3
qs: 6.5.1 -> 6.7.0
semver: 5.4.1 -> 6.0.0
statuses: 1.4.0 -> 1.5.0
timezone: 1.0.13 -> 1.0.22
type-is: 1.6.15 -> 1.6.16
underscore: 1.8.3 -> 1.9.1
* Inline eslint semistandard config
The eslint standard config has become extremely opinionated and incompatible with the existing coding style. This subset matches the existing coding style most closely. In the future we should migrate to an autoformatter like prettier and avoid this problem altogether.
* Linting
* Fix mocha runner
* New joi has additional property
|
2019-04-17 13:36:26 +02:00 |
Wilfried Goesgens
|
056ee7064c
|
Feature/log timestamp on test start (#6759)
|
2018-10-08 16:18:04 +02:00 |
jsteemann
|
0b7d73bf3b
|
add setUpAll, tearDownAll
|
2016-09-23 12:08:39 +02:00 |
Willi Goesgens
|
7c1aca6d11
|
If teardown fails with an exception, abort accordingly.
|
2015-07-21 09:44:16 +02:00 |
Willi Goesgens
|
989e2a5b9e
|
- lintify
- output error message too when outputting backtrace in errors.
|
2015-02-19 17:58:51 +01:00 |
Willi Goesgens
|
90c96203f9
|
Indent to Arango style
|
2015-02-19 17:58:13 +01:00 |
Jan Steemann
|
f9cfbbee4e
|
type-safe comparisons
|
2015-01-13 01:31:39 +01:00 |
Jan Steemann
|
cf4deda835
|
fixed jsunity
|
2014-09-08 11:44:20 +02:00 |
Willi Goesgens
|
4b41b449f5
|
JSUnity: add stacktraces to failing assertions; this way you can get the line in your test better.
|
2014-09-05 11:49:05 +02:00 |
Michael Hackstein
|
920f5e6d4b
|
Updated JSUnity, now equalitycheck for objects does not care for ordering anymore
|
2014-01-02 18:05:21 +01:00 |
Jan Steemann
|
32ff2f7d39
|
improve assertion counter
|
2013-08-27 15:07:41 +02:00 |
Jan Steemann
|
b598d3443e
|
dirtified jsunity
|
2013-08-27 12:19:58 +02:00 |
Frank Celler
|
07bd4b2585
|
new module/package mechanism
|
2013-03-31 12:25:12 +02:00 |
Frank Celler
|
7031210a53
|
fixed browser
|
2013-03-31 00:10:48 +01:00 |
Frank Celler
|
1467b78676
|
cleanup of internal, fs, console
|
2013-03-31 00:10:48 +01:00 |
Frank Celler
|
07a8d05ef6
|
fixed context
|
2012-04-07 12:35:18 +02:00 |
Frank Celler
|
5b28d68072
|
fixed layout and memory bug
|
2012-03-13 01:26:32 +01:00 |