-
-
Notifications
You must be signed in to change notification settings - Fork 99
Comparing changes
Open a pull request
base repository: haf/expecto
base: 10.1.0
head repository: haf/expecto
compare: 10.2.2
- 14 commits
- 14 files changed
- 7 contributors
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c040a8 - Browse repository at this point
Copy the full SHA 4c040a8View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff1f5a8 - Browse repository at this point
Copy the full SHA ff1f5a8View commit details
Commits on Aug 9, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 67daadf - Browse repository at this point
Copy the full SHA 67daadfView commit details
Commits on Sep 20, 2023
-
Add
Nullable<'t>
helpers toExpect
module (#478)* Add null value type helpers to Expect module * Remove trailing newline * Add tests of passing cases for null value helpers
Configuration menu - View commit details
-
Copy full SHA for ef7ccd6 - Browse repository at this point
Copy the full SHA ef7ccd6View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e76a631 - Browse repository at this point
Copy the full SHA e76a631View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d9c19fb - Browse repository at this point
Copy the full SHA d9c19fbView commit details
Commits on Nov 24, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for a36ff46 - Browse repository at this point
Copy the full SHA a36ff46View commit details
Commits on Dec 3, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 9fe60dc - Browse repository at this point
Copy the full SHA 9fe60dcView commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e211cf - Browse repository at this point
Copy the full SHA 7e211cfView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2e3e2d - Browse repository at this point
Copy the full SHA c2e3e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13eec50 - Browse repository at this point
Copy the full SHA 13eec50View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 76f104f - Browse repository at this point
Copy the full SHA 76f104fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa55e6 - Browse repository at this point
Copy the full SHA cfa55e6View commit details
Commits on Mar 2, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for b53883b - Browse repository at this point
Copy the full SHA b53883bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 10.1.0...10.2.2