Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: frondeus/test-case
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: frondeus/test-case
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    a877053 View commit details
    Browse the repository at this point in the history
  2. Support adding reason to ignore keyword (#103)

    * Remove unneeded turbofish
    
    It is sufficient to declare the type as the `kw::ignore` case does.
    
    * Support giving a reason to inconclusive/ignored cases
    
    Since Rust 1.61.0 `cargo test` has included the reason string in the output.
    
    The new syntax is optional, so `inconclusive` is still accepted, a reason may
    be given inside optional brackets `inconclusive["some reason"]`. Parentheses
    are not used to avoid ambiguity with the output/result.
    
    A custom `impl Debug` is used to avoid injecting an unsightly
    `inconclusivewithreason_litstr_token` into the test name by default.
    
    Fixes: #102
    ijc authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0757a9d View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.2.0

    luke-biel committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    26659c5 View commit details
    Browse the repository at this point in the history
Loading