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: cpp-testing/GUnit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7633eef
Choose a base ref
...
head repository: cpp-testing/GUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0847c10
Choose a head ref
  • 16 commits
  • 16 files changed
  • 7 contributors

Commits on Sep 13, 2023

  1. Added Test Name environemnt variable

    Added path input to cucubberjson feature report
    ICT-KayneS authored and kris-jusiak committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    56ce00e View commit details
    Browse the repository at this point in the history
  2. Added Location selection for Cucumber.json output

    Added Fail message to Cucumber.json output
    ICT-KayneS authored and kris-jusiak committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0e4ce4f View commit details
    Browse the repository at this point in the history
  3. Added GSTEPS documentation

    Changed Cucumber.json environment variable
    from OUTPUT to OUTPUT_CUCUMBER_JSON
    ICT-KayneS authored and kris-jusiak committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bc6a5b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Nov 15, 2024

  1. ✨ enable support for logical expressions in EXPECT and ASSERT

    Problem:
    - logical expressions fail in EXPECT() and ASSERT() because of
      operator precedence
    
    Solution:
    - wrap __VA_ARGS__ use in macros with an extra set of parens
    dustingooding authored and kris-jusiak committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9872bc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. 🐛 Fix std includes for GTest.h

    Problem:
    - GTest.h uses constructs from `std::` without including them; in later versions
      of GoogleTest they are not necessarily transitively included.
    
    Solution:
    - Add includes for:
      - `iomanip` (`std::left`, `std::setw`)
      - `iostream` (`std::cout`, `std::endl`)
      - `tuple` (`std::tie`)
      - `type_traits` (various e.g. `std::is_same`)
    elbeno authored and kris-jusiak committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    467b07d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Configuration menu
    Copy the full SHA
    dd1518c View commit details
    Browse the repository at this point in the history
  2. Add intel-based mac runner to mac CI.

    divark authored and kris-jusiak committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    8f5e27c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    3ecb029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76042c3 View commit details
    Browse the repository at this point in the history
  3. 🔧 [cmake] 3.12

    kris-jusiak committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    b828462 View commit details
    Browse the repository at this point in the history
  4. 🔧 [macos] fixup

    kris-jusiak committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    f843b5b View commit details
    Browse the repository at this point in the history
  5. 📚 [README]

    kris-jusiak committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    d257764 View commit details
    Browse the repository at this point in the history
  6. 📚 [README]

    kris-jusiak committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    7eb4bb9 View commit details
    Browse the repository at this point in the history
  7. 📚 [README]

    kris-jusiak committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    bad87f5 View commit details
    Browse the repository at this point in the history
  8. 📚 [README]

    kris-jusiak committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    0847c10 View commit details
    Browse the repository at this point in the history
Loading