Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: maxatome/go-testdeep

Tags

v1.14.0

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>

v1.13.0

Toggle v1.13.0's commit message
chore: cosmetic changes before the release

Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>

v1.12.0

Toggle v1.12.0's commit message
docs: typo

Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>

v1.11.0

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>

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was signed with the committer’s verified signature.
maxatome Maxime Soulé
fix: error messages now always start with a lowercase letter

Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>

v1.10.0

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>

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #136 from maxatome/tdsuite-cleanup

fix(tdsuite): Cleanup() wrongly called in PreTest/PostTest hooks

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #134 from maxatome/json-fix

fix(json): bug when \uxxxx is first escaping sequence in a string

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #129 from maxatome/trace

feat(trace): when an error occurs, display trace if level > 1

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
maxatome Maxime Soulé
docs: typo

Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.