Home New Trending Search
About Privacy Terms
#
#UnitTest
Posts tagged #UnitTest on Bluesky
Post image

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

3 1 1 0
Video thumbnail

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

8 2 0 0

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

7 0 0 0
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"`

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

0 0 0 0
Microsoft Testing Platform (xUnit.net v2) | xUnit.net

New doc page: Using Microsoft.Testing.Platform with xUnit.net v2. xunit.net/docs/getting... #DotNet #UnitTest

2 1 0 0
Preview
GitHub - Youssef1313/YTest.MTP.XUnit2 Contribute to Youssef1313/YTest.MTP.XUnit2 development by creating an account on GitHub.

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

4 0 0 0
Preview
.NET Runtime Identifier (RID) catalog - .NET Learn about the runtime identifier (RID) and how RIDs are used in .NET.

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

1 1 1 0

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

0 0 0 0
Core Framework v3 3.2.1 | xUnit.net

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

4 0 0 0
Preview
TALKS - Voxxed Days Zürich 2026 We all know writing tests is important to ensure that our code behaves as expected. Tests should not only ensure that our new code is correct, but they should also serve as a means of detecting…

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

2 1 0 0
Preview
Tests Unitaires : êtes-vous plutôt Londres ou Détroit ? Classicist versus Mockist !

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

1 0 0 0

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

5 0 0 0
Post image

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

0 0 0 0
Release Notes | xUnit.net

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

4 3 0 0
Preview
Automated Testing: A Low-Code Platform's Perspective Automated testing is a critical component of modern software development practices. However, its...

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

0 0 0 0
Unit Testing Embedded C: Off-Target with CppUTest on Windows The reasons for having unit tests in your projects are well-known and accepted; I'm not going to rehash them here. Whether you follow the school of thought that says you must write the tests first or ...

📫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

0 0 1 0
Preview
GitHub - MikeSchulze/gdUnit4: Embedded unit testing framework for Godot 4 supporting GDScript and C#. Features test-driven development, embedded test inspector, extensive assertions, mocking, scene te... Embedded unit testing framework for Godot 4 supporting GDScript and C#. Features test-driven development, embedded test inspector, extensive assertions, mocking, scene testing. - MikeSchulze/gdUnit4

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

17 4 0 0
Preview
Vitest Next generation testing framework powered by Vite

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

1 0 0 0
Preview
Why You Should Be Doing Test Driven Development by Lancer Kind Developers are not excited to write tests let alone writing them in advance of the code they are going to write. And yet the ability to write the test in advance causes valuable “outside in…

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

0 0 0 0
Post image

Is this fast enough for a #UnitTest?

0 0 0 0
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: "✊"

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

4 0 0 0
DiffTester Accelerates Unit Test Generation for Diffusion LLMs

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

0 0 0 0
Preview
Clean patching - Gridranger

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

1 3 0 0

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

1 0 0 0
Original post on mastodonapp.uk

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 […]

0 0 0 0
Preview
Treat ChatGPT Like a Junior Dev: Helpful, But Needs Review AI coding assistants like ChatGPT are everywhere now. They can scaffold components, generate test...

Treat ChatGPT Like a Junior Dev: Helpful, But Needs Review AI coding assistants like ChatGPT are everywhere now. They can scaffold components, generate test cases, and even debug code. But here’s...

#chatgpt #react #unittest

Origin | Interest | Match

1 0 0 0
kalvn's links

Conseils sur l'usage de spyOn et mock avec Vitest.

Cet article m'a enfin permis de comprendre le mocking avec Vitest, et c'est dingue de voir à quel point ces fonctions sont mal nommées 🙈 Au final spyOn fait TELLEMENT PLUS que ce…

🔗 https://links.kalvn.net/shaare/mKLSsg

#Vitest #unittest #test

0 0 0 0
Core Framework v3 3.2.0-pre.5 | xUnit.net

We just shipped Core Framework v3 3.2.0-pre.5.

This is specifically for users who wish to try the preview of Microsoft Testing Platform v2. Estimated RTM for 3.2.0 will be close to .NET 10 RTM.

3.1.0 RTM will be later this month.

xunit.net/releases/v3/...

#DotNet #CSharp #FSharp #UnitTest #TDD

10 2 1 0
Preview
Shipping AI into Your CI: Coverage-Aware Reviews with Danger + OpenAI (and SonarCloud) I believe the best way to learn is by doing. But in a busy job, you don’t always get to try new tech...

Shipping AI into Your CI: Coverage-Aware Reviews with Danger + OpenAI (and SonarCloud) I believe the best way to learn is by doing. But in a busy job, you don’t always get to try new tech on comp...

#qa #ai #unittest #devops

Origin | Interest | Match

0 0 0 0