#unitTest
🚀 Introducing Zed v0.163!

Today's stable release brings a lot of improvements for those working in Python 🐍:

Zed now supports pytest-based test discovery and runnables, in addition to unittest.
November 27, 2024 at 6:32 PM
📦 mnewnham/adodb-unittest v1.4.0

A PHPUnit testing package for ADOdb

🔗 https://github.com/mnewnham/ADOdb-unittest
September 25, 2026 at 11:59 PM
My favorite meme of all time
#python #unittest #django #djangorestframework
November 17, 2024 at 5:10 AM
🧪 I just released unittest-parametrize 1.9.0.

This package helps you make parametrized tests that work with the grain of unittest, but can still be run with pytest.

github.com/adamchainz/u...

#Python
unittest-parametrize/CHANGELOG.rst at main · adamchainz/unittest-parametrize
Parametrize tests within unittest TestCases. Contribute to adamchainz/unittest-parametrize development by creating an account on GitHub.
github.com
September 16, 2026 at 8:49 PM
📦 unittest-parametrize 1.6.0 is out, now with asynchronous test support, thanks to Adrien Cossa.

This package can parametrize your unittest-based tests, whether you run them with unittest, Django’s test runner, or pytest.

pypi.org/project/unit...
pypi.org
January 6, 2025 at 10:38 AM
It's v3 1.0.0 release day! We are excited for you to try out our newly redesigned testing framework.

Release notes:

xunit.net/releases/v3/...
xunit.net/releases/ana...
xunit.net/releases/vis...

#DotNet #CSharp #FSharp #UnitTest #TDD
Release Notes for v3 1.0.0 [2024 December 16]
Documentation site for the xUnit.net unit testing framework
xunit.net
December 16, 2024 at 7:54 PM
Welcome to the new home for xUnit.net on BlueSky! We thank you for joining us. 😀

Home page: xunit.net

Source code: github.com/xunit

#introduction #DotNet #CSharp #FSharp #UnitTest #TDD
Home
Documentation site for the xUnit.net unit testing framework
xUnit.net
December 2, 2024 at 3:32 AM
turma do Python: Unittest ou Pytest?

se puder dizer os motivos melhor ainda ☺️
January 23, 2025 at 3:27 AM
unitTest
July 30, 2025 at 2:00 AM
✍️ New post with unittest recipes for temporary files and directories

Python 3.11’s enterContext() method makes this easier!

adamj.eu/tech/2024/12...
December 30, 2024 at 11:53 AM
- unittest-parametrize
- whitenoise
September 10, 2025 at 1:08 PM
I'm about to create a class named "Unit". Therefor I have to write a UnitTest, which is - obviously - a unit test. 🤯
November 20, 2024 at 11:19 AM
Train

Pixel art done by UnitTest at r/PixelArt.
#pixelart #pixel #art #indiedev
September 2, 2025 at 5:43 AM
Update: I added a whole bunch of average and range questions to the MathsBot curriculum yesterday.

Example here:
mathsbot.com/unitTest?id=...
June 13, 2026 at 7:17 AM
#TrytonTips Developing a module outside trytond sources, you can run the test with: $ python -m unittest discover -s trytond.modules.my_module.tests
September 23, 2026 at 2:41 PM
#TrytonTips Developing a module outside trytond sources, you can run the test with: $ python -m unittest discover -s trytond.modules.my_module.tests
September 23, 2026 at 2:41 PM
We are planning to bump up the minimum version of .NET from 6 to 8 in the 2.0 release. The 1.x releases will continue to allow targeting .NET 6.

There is no timeline yet for this release.

#DotNet #UnitTest
January 29, 2025 at 5:39 AM
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
February 7, 2026 at 1:53 PM
🐍 Python developers get a new "Copy Test Id" command in the run gutter for easy pytest and unittest identifier copying.
October 9, 2025 at 5:03 PM
Same unittest, same....
March 4, 2025 at 6:56 PM
Do you think it's weird that v3 test projects are stand-alone executables? You're not alone. Here is a brief history behind the decision.

github.com/xunit/xunit/...

#DotNet #UnitTest #MicrosoftTestingPlatform
January 24, 2025 at 4:46 AM
Sometimes you get lucky! Wildly obscure bug, but reproducible. Git bisect finds the commit. Revert the change made to the one line from that commit that appears in the stack trace. Fixed!
github.com/nedbat/cover...
running unittest with coverage fails with Pypy 3.10 for some tests · Issue #1902 · nedbat/coveragepy
Describe the bug running unittest with coverage > 7.6.1 fails with pypy 3.10 for some tests. It works with coverage 7.6.1 and below To Reproduce What version of Python are you using? -> pypy 3.10 P...
github.com
December 11, 2024 at 12:57 AM
Update: I've added an (optional) strengths and targets section to the unit assessments.

Quick example here:
mathsbot.com/unitTest?id=...
February 13, 2026 at 4:33 PM
✍️ New post on capturing stdout and stderr in Python's unittest.

This post covers using contextlib.redirect_stdout() and redirect_stderr() to capture output in tests, including a custom context manager simplifies using both at once.

adamj.eu/tech/2025/08...

#Python
Python: capture stdout and stderr in unittest - Adam Johnson
When testing code that outputs to the terminal through either standard out (stdout) or standard error (stderr), you might want to capture that output and make assertions on it. To do so, use contextli...
adamj.eu
August 29, 2025 at 3:52 PM