Do you write custom TraitAttribute-derived attributes? Do you think they'd be useful in the core framework? If so, chime in with your suggestions here: github.com/xunit/xunit/...
#DotNet #UnitTest #CSharp
Poll results: "Yes, we still use MTP v1" 0% "No, we only use MTP v2" 52% "No, we don't use MTP" 31% "I'm not sure what we use" 17%
We will be removing Microsoft Testing Platform v1 support from the next major release, moving to v2 as the default. We will still support your ability to choose to disable MTP as well. #DotNet #UnitTest
We just shipped Core Framework v3 4.0.0-pre.33, Analyzers 2.0.0-pre.9, and VS Adapter 4.0.0-pre.3.
This prerelease build adds support for Native AOT, in addition to bug fixes.
xunit.net/releases/v3/...
xunit.net/releases/ana...
xunit.net/releases/vis...
#DotNet #CSharp #FSharp #UnitTest #TDD
The tool chest is almost complete!
Typical "Unit tests without integration tests" situation -- since installing the small 'box' in the left, I can't fit my saws underneath anymore.
Argh.
#woodworking #unittest
My upcoming game "Waddle Words" has a lot of unittests. Typically they run in the background without rendering, but with rendering they are just fabulous. :D
#gamedev #indiedev #unittest #wordgame #devlog
We just shipped Core Framework v3 3.2.2 and Analyzers 1.27.0.
This includes new templates which default to Microsoft Testing Platform v2 and a new Native AOT compatible assertions package (plus bug fixes).
xunit.net/releases/v3/...
xunit.net/releases/ana...
#DotNet #CSharp #FSharp #UnitTest #TDD
Screenshot of some Python code: ``` mock_landing_assessment = mock.MagickMock() mock_landing_assessment.lando_user = user_without_perms ``` The LSP also complains that `"MagickMock" is not a known attribute of module "unittest.mock"`
Damn you, ImageMagick!
#python #imageMagick #unittest
New doc page: Using Microsoft.Testing.Platform with xUnit.net v2. xunit.net/docs/getting... #DotNet #UnitTest
Youssef (of the Microsoft TestFx team) is working on a personal project to add support for Microsoft.Testing.Platform to v2 projects, for those are not yet able to migrate to v3. github.com/Youssef1313/... #DotNet #UnitTest
Is there interest in us shipping ready-made binaries of xunit.v3.runner.console (via the xunit.v3.runner.console NuGet package) that target .NET instead of .NET Framework? Which runtime IDs would you need to be supported? learn.microsoft.com/en-us/dotnet... #DotNet #UnitTest
We are considering dropping support for Mono from the next major version. (It will likely continue to work, we just won't officially support it.)
Are you still using Mono to run tests? If so, on which OSes? #DotNet #UnitTest
We just shipped Core Framework v3 3.2.1 and Analyzers 1.26.0.
This is primarily a bug fix release. Check the release notes for more information.
xunit.net/releases/v3/...
xunit.net/releases/ana...
#DotNet #CSharp #FSharp #UnitTest #TDD
I'm glad to announce that I will be present at Voxxed Days Zürich in 2026, so I can enjoy engaging sessions, meet the local #Java community and catch up with other speakers.
#VDZ26 #unitTest #UnitSocializer
More details about my session can be found here: vdz26.voxxeddays.ch/talk/?id=2508
Sur le blog de #norsys, mon collègue Michael revient aux fondements des tests unitaires et nous propose de (re)découvrir ce qui oppose l'école "classique" de l'école "mockiste".
medium.com/norsys-octog...
#Test #UnitTest #TestUnitaire #ClassicistVsMockist
We're going to start pushing CI builds for 4.0.0, as we have two feature branches that require a major version bump already. There's no planned release date yet (not even a planned NuGet release yet), so no idea how long the branch will live.
#DotNet #CSharp #FSharp #UnitTest #TDD
What’s your go-to testing setup for Django projects?
🧪 #pytest leads testing in Django (39%), with #unittest close behind (33%).
That comes as no surprise – both dominate throughout the Python ecosystem.
Learn more in the State of Django 2025: https://jb.gg/blizwg
We just shipped Core Framework v3 3.2.0 and Analyzers 1.25.0.
This includes optional support for Microsoft Testing Platform v2. Check the release notes for more information.
xunit.net/releases/v3/...
xunit.net/releases/ana...
#DotNet #CSharp #FSharp #UnitTest #TDD
Automated Testing: A Low-Code Platform's Perspective Automated testing is a critical component of modern software development practices. However, its maintenance costs are often high, making it...
#programming #autotest #testing #unittest
Origin | Interest | Match
📫New on the blog: blog.martincowen.me.uk/unit-testing...
Final post of series (4/4) on the firmware for my PCB, covering unit testing with CppUTest for C projects. Fast - runs 0.12ms per test, completes within 100ms. Runs on build, so suits CI. Source now on GitHub.
#C #firmware #TDD #unittest
When things get serious you gotta break out the unit tests even in #gamedev ! Thanks gdUnit4 for having my back writing C# unit tests for my #godot game and interactively debugging in #vscode 💪
github.com/MikeSchulze/...
#unittest #testing #indiedev #GodotEngine #solodev
Vitest 4 est de sortie, avec son lot de *breaking changes*.
🔗 https://vitest.dev/guide/migration.html#vitest-4
#Vitest #unittest #nouveauté #release #lib #JavaScript
Are you interested in test driven development? Check out this presentation I gave at houston #dotnet users group. Subscribe to the channel for more .Net user’s group action. youtu.be/jo8mygnSRkI?...
#tdd #unittest
Is this fast enough for a #UnitTest?
Extrait d'un code go dans lequel une erreur est définie. L'erreur est défine comme suit: Code: "on_strike_for_ever" Detail: "✊"
Un peu d'orignialité dans mes fixtures de test 😀
(ou mon inconscient se prépare pour demain?)
#grève #go #fixture #unittest #testing
DiffTester Accelerates Unit Test Generation for Diffusion LLMs
DiffTester speeds up unit‑test generation for diffusion language models by detecting patterns, achieving faster generation without losing coverage, and supports Python, Java, C++. Read more: getnews.me/difftester-accelerates-u... #difftester #unittest
A brief overview how to use patching in Python in a refactor-proof way with minimal typing.
🌐 https://gridranger.frama.io/clean-patching
#mock #patch #unittest #python #propertymock #refactor #cleancode #blog #indieweb
We just shipped Core Framework v3 3.1.0 and Visual Studio adapter 3.1.5.
Check the release notes for new features and bugs fixed.
xunit.net/releases/v3/...
xunit.net/releases/vis...
#DotNet #CSharp #FSharp #UnitTest #TDD
I wrote an article on software testing!
Does even the most trivial line of your code have a billion unit tests, extensive security testing and mathematical proof that its correct? Or do you just assume it works first time and YOLO it into production on a Friday?
I cover what some of the main […]