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: haf/expecto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.1.0
Choose a base ref
...
head repository: haf/expecto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.2.2
Choose a head ref
  • 14 commits
  • 14 files changed
  • 7 contributors

Commits on Aug 6, 2023

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

Commits on Aug 7, 2023

  1. Merge pull request #474 from arialdomartini/typos

    Some typos fixed
    farlee2121 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ff1f5a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Add throwsAsync, throwsAsyncT, and throwsAsyncC (#469)

    * Add throwsAsync, throwsAsyncT, and throwsAsyncC
    
    * Add flipped throwsAsync (and friends) and write tests
    
    * Change throwsAsyncC to accept an async continuation
    
    * Document throwsAsync, throwsAsyncC, and throwsAsyncT in readme
    
    ---------
    
    Co-authored-by: John Wostenberg <jwosty@users.noreply.github.com>
    jwosty and jwosty authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    67daadf View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Add Nullable<'t> helpers to Expect module (#478)

    * Add null value type helpers to Expect module
    
    * Remove trailing newline
    
    * Add tests of passing cases for null value helpers
    bisen2 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ef7ccd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 21, 2023

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

Commits on Nov 24, 2023

  1. Fix testCaseTask to accept a task, not an Async (#484)

    * Fix testCaseTask to accept a task, not an Async
    
    Also fix test name conficts
    
    * Remove tests that flake on linux
    There appears to be other tests on the same functionality anyway
    https://github.com/haf/expecto/blob/d9c19fbd1d0868ed81b4ab27143f65bd3bec00cb/Expecto.Tests/Tests.fs#L1453
    farlee2121 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a36ff46 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Correct command to install dotnet template (#486)

    * Correct command to install dotnet template (in README)
    
    -i seems to be deprecated
    
    * Replace -i with install a second time
    johannesegger authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    9fe60dc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    c2e3e2d View commit details
    Browse the repository at this point in the history
  2. Bump version to 10.2.0

    farlee2121 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    13eec50 View commit details
    Browse the repository at this point in the history
  3. Fix immediate task execution when defining test cases (#492)

    I.e. testTask and testCaseTask would start the task as soon as the test definition is created instead of when the test suite is run.
    This fixes a breaking change from how testTask used to work and a flaw of the new testCaseTask api.
    It is a breaking change to the testCaseTask api.
    farlee2121 authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    76f104f View commit details
    Browse the repository at this point in the history
  4. Bump version to 10.2.1

    farlee2121 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cfa55e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Add builder methods for TestPrinters. (#520)

    * Add builder methods for TestPrinters.
    
    Using builders allows TestPrinter signatures to evolve without breaking YoloDev.Expecto.TestSdk and other packages that need to build printers. This should reduce the need for version coordination between such packages
    
    * Whitespace fix
    farlee2121 authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    b53883b View commit details
    Browse the repository at this point in the history
Loading