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 Loading
base: v2.0.2
Choose a base ref
...
head repository: frondeus/test-case Loading
compare: v2.1.0
Choose a head ref
  • 6 commits
  • 104 files changed
  • 1 contributor

Commits on Apr 25, 2022

  1. Refactoring: move test-case macro to separate subcrate (#96)

    * moving current test-case crate to subdir crates/test-case-macros
    * splitting acceptance tests from 4 to 13 subgroups
    * allowing `case` as legal test_case attribute name
    luke-biel committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8d3001d View commit details
    Browse the repository at this point in the history
  2. Add 'len', 'count' and 'empty' complex assertions (#97)

    * add complex `len` and `has_length` keywords to assert collections that provide .len() method
    * add complex `count` and `has_count` keywords to assert collections that implement IntoIterator trait
    * add complex `empty` keyword to assert whether collection is empty via `is_empty()` associated method
    luke-biel committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8057e5b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

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

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    e81a9ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e7ff35 View commit details
    Browse the repository at this point in the history
  3. Publish v2.1.0

    luke-biel committed May 18, 2022
    Configuration menu
    Copy the full SHA
    fba9d65 View commit details
    Browse the repository at this point in the history
Loading