Tags: maxatome/go-testdeep
Toggle v1.14.0's commit message
fix(tdsuite): verbose tests raised an error
Closes #252 .
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Toggle v1.13.0's commit message
chore: cosmetic changes before the release
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Toggle v1.12.0's commit message
docs: typo
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Toggle v1.11.0's commit message
feat(JSON): accept int_lit & float_lit numbers as defined in go spec
The following numbers are now accepted by JSON, SuperJSONOf and
SubJSONOf operators:
+42 → 42
4_2 → 42
0b101010 → 42
0b10_1010 → 42
0600 → 384
0_600 → 384
0o600 → 384
0O600 → 384 // second character is capital letter 'O'
0xBadFace → 195951310
0x_Bad_Face → 195951310
.25 → 0.25
1_5. → 15.0
0.15e+0_2 → 15.0
0x1p-2 → 0.25
0x2.p10 → 2048.0
0x1.Fp+0 → 1.9375
0X.8p-0 → 0.5
0X_1FFFP-16 → 0.1249847412109375
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Toggle v1.10.1's commit message
fix: error messages now always start with a lowercase letter
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Toggle v1.10.0's commit message
feat(tdhttp): add tdhttp.Q type to easily declare query parameters
Closes #165 .
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Toggle v1.9.2's commit message
Merge pull request #136 from maxatome/tdsuite-cleanup
fix(tdsuite): Cleanup() wrongly called in PreTest/PostTest hooks
Toggle v1.9.1's commit message
Merge pull request #134 from maxatome/json-fix
fix(json): bug when \uxxxx is first escaping sequence in a string
Toggle v1.9.0's commit message
Merge pull request #129 from maxatome/trace
feat(trace): when an error occurs, display trace if level > 1
Toggle v1.8.0's commit message
docs: typo
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
You can’t perform that action at this time.