Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate better default messages for isTrue(). #117

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2022

  1. Generate better default messages for isTrue().

    Why print "expected true" when we could print the value(s) that caused
    the problem? The code already exists; we just have to use it.
    player-03 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5cfaeab View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    99c6f58 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    16654e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    316208a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac6681e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bcf637 View commit details
    Browse the repository at this point in the history
  5. Update explanations.

    player-03 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e254c37 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Make detailed messages opt-in instead of opt-out.

    Instead of defining `UTEST_FAILURE_REDUCE_DETAIL` to disable the behavior, you set `UTEST_DETAILED_MESSAGES` to enable it.
    player-03 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    dbdb397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f50e52 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    29b5d33 View commit details
    Browse the repository at this point in the history