Changelog History
Page 1
-
v9.0.3 Changes
July 27, 2020- ✅ List focused tests if failed using
--fail-on-focused-tests
, #392, thanks @vilinski - ➕ Add an option to specify test states in
--list-tests
, thanks @vilinski
- ✅ List focused tests if failed using
-
v9.0.2 Changes
June 25, 2020 -
v9.0.1 Changes
June 08, 2020✅ Ensure filtered tests are properly filtered #378 #380, thanks @MNie
⚡️ Update BenchmarkDotNet to 0.12.1 fixing #381 #384, thanks @MNie
➕ Add support for while-expressions inside regular test cases #386, thanks @teo-tsirpanis
➕ AddExpect.wantError
, which returns the value inside the Result wrapper if successful, thanks @yreynhout -
v9.0.0 Changes
April 04, 2020🔄 Change the default test separator to
.
(dot). Override back, using--join-with /
Big thanks @MNie
➕ AddExpect.wantSome
andExpect.wantOk
, which returns the value inside the Option/Result wrapper if successful, thanks @teo-tsirpanis
✂ Remove deprecated PackageIconUrl from the build props, replace with PackageIcon, thanks @teo-tsirpanis
➕ Add cmd file for building on Windows, thanks @teo-tsirpanis
✅ Port Expecto's own tests to .net core app 3.1, but target netstandard2.0 for the main lib, thanks @teo-tsirpanis
⚠ Renameparallel
torunInParallel
in config record to avoid warning, thanks @teo-tsirpanis
✅ Inline the XML/NUnit/JUnit test result printer in the main assembly. Thanks @teo-tsirpanis
Split Expecto monofile into separate per surface area, thanks @teo-tsirpanis -
v8.13.1 Changes
November 24, 2019🏗 Include Expecto.Diff in build, thanks @haf
-
v8.13.0 Changes
November 23, 2019📄 Docs fixes #342 #358, #362, thanks @PhilT @ZaymonFC @dmitrydprog
🛠 Fix TestBuilder bug #341, thanks @haf
⬆️ Upgrade Paket, DotNetBenchmark #355, thanks @haf
🔨 Refactor files; split into separate files #353, thanks @haf
Get inner message exceptions, #349 thanks @MNie
⚡️ Update Logary sample, #347 thanks @smoothdeveloper
LARGE IMPROVEMENT: use DiffPlex for diffs (opt-in right now) #346, thanks @drhumlen
🔒 Configure WhiteSource for security scanning Expecto, #344 thanks @haf
✅ Report duplicate test names in printer, #339, thanks @auduchinok
👌 Improve Travis build for .Net Core #338 thanks @auduchinok
✅ (Missed creds to @TheAngryByrd in 8.12 for improving TestJobBuilder)
Thank you everyone❣️ -
v8.12.0 Changes
September 16, 2019 -
v8.11.0 Changes
July 22, 2019⚡️ Update typo in README.md. #323 thanks @MarneeDear
✏️ Several typos. #325 thanks @milbrandt
0️⃣ Default colours to 8 if not set in config. #330 thanks @AnthonyLloyd, @haf
✅ Aligns TestJobBuilder closer to Hopacs JobBuilder. #333 thanks @TheAngryByrd
➕ Add Test.shuffle function. thanks @AnthonyLloyd -
v8.10.1 Changes
April 07, 2019👻 Skipping results in an exception report. #313 thanks @AnthonyLloyd
✅ Progress log does not flush during tests. #314 thanks @AnthonyLloyd -
v8.10.0 Changes
April 03, 2019➕ Add Expecto.hasLength. #312 thanks @drhumlen
✅ Count when focusing on any test is off. #308 thanks @AnthonyLloyd
Reported error is unreadable in TeamCity. #309 thanks @AnthonyLloyd
➕ Add colours switch. #306 thanks @AnthonyLloyd
Number of other small items. #306 thanks @AnthonyLloyd