<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>unit-testing</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/413/feed"/>
    <updated>2026-06-18T04:48:02+00:00</updated>
    <id>https://links.biapy.com/guest/tags/413/feed</id>
            <entry>
            <id>https://links.biapy.com/links/12125</id>
            <title type="text"><![CDATA[Miniredis]]></title>
            <link rel="alternate" href="https://github.com/alicebob/miniredis" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12125"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pure Go Redis test server, used in Go unittests.

Sometimes you want to test code which uses Redis, without making it a full-blown integration test. Miniredis implements (parts of) the Redis server, to be used in unittests. It enables a simple, cheap, in-memory, Redis replacement, with a real TCP interface. Think of it as the Redis version of net/http/httptest.]]>
            </summary>
            <updated>2026-03-13T16:01:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12012</id>
            <title type="text"><![CDATA[dama/doctrine-test-bundle]]></title>
            <link rel="alternate" href="https://github.com/dmaicher/doctrine-test-bundle" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12012"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Symfony bundle to isolate your app&amp;#039;s doctrine database tests and improve the test performance.

This bundle provides features that help you run your Symfony-framework-based App&amp;#039;s testsuite more efficiently with isolated tests.

It provides a StaticDriver that will wrap your originally configured Driver class (like DBAL\Driver\PDOMysql\Driver) and keeps a database connection statically in the current php process.

Related contents:

- [Testing - Resetting the Database Automatically Before each Test @ Symfony documentation](https://symfony.com/doc/current/testing.html#resetting-the-database-automatically-before-each-test).
- [Speed-up database refreshing in PHPUnit tests @ Locastic](https://locastic.com/blog/speed-up-database-refreshing-in-phpunit-tests).]]>
            </summary>
            <updated>2026-03-05T06:49:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11644</id>
            <title type="text"><![CDATA[ParaTest]]></title>
            <link rel="alternate" href="https://github.com/paratestphp/paratest" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11644"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Parallel testing for PHPUnit.

The objective of ParaTest is to support parallel testing in PHPUnit. Provided you have well-written PHPUnit tests, you can drop paratest in your project and start using it with no additional bootstrap or configurations!

Related contents:

- [Unit Testing Best Practices in PHP — Writing High-Quality Tests @ Mariia Vain&amp;#039;s Medium](https://medium.com/@lycsona/unit-testing-best-practices-in-php-writing-high-quality-tests-860ed08a0d2).]]>
            </summary>
            <updated>2026-01-29T15:30:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11527</id>
            <title type="text"><![CDATA[Mockito framework]]></title>
            <link rel="alternate" href="https://site.mockito.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11527"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Tasty mocking framework for unit tests in Java.
 Most popular Mocking framework for unit tests written in Java.

- [Mockito @ GitHub](https://github.com/mockito/mockito).

Related contents:

- [La veille de Wittouck - Début janvier 2026 @ Julien Wittouck :fr:](https://codeka.io/2026/01/16/la-veille-de-wittouck-d%C3%A9but-janvier-2026/).]]>
            </summary>
            <updated>2026-01-19T10:51:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11416</id>
            <title type="text"><![CDATA[roave/no-leaks]]></title>
            <link rel="alternate" href="https://github.com/Roave/no-leaks" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11416"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🚰 PHPUnit Plugin for detecting Memory Leaks in code and tests.

This library is a PHPUnit plugin that detects memory leaks in tested code or tests. It utilizes memory_get_usage() to make sure the code being executed properly cleans up after itself.]]>
            </summary>
            <updated>2026-01-08T11:27:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10998</id>
            <title type="text"><![CDATA[gotests]]></title>
            <link rel="alternate" href="https://github.com/cweill/gotests" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10998"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Automatically generate Go test boilerplate from your source code. 

gotests is a powerful Go test generator that automatically creates table-driven tests from your source code. It analyzes function and method signatures to generate comprehensive test scaffolding, saving you time and ensuring consistency across your test suite.]]>
            </summary>
            <updated>2025-11-17T15:08:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10870</id>
            <title type="text"><![CDATA[Coverage.py]]></title>
            <link rel="alternate" href="https://coverage.readthedocs.io/en/latest/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10870"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not.

- [](https://github.com/nedbat/coveragepy).

Related contents:

- [Side project advice @ Ned Batchelder](https://nedbatchelder.com/blog/202510/side_project_advice.html).]]>
            </summary>
            <updated>2025-11-04T07:02:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10583</id>
            <title type="text"><![CDATA[mockery]]></title>
            <link rel="alternate" href="https://vektra.github.io/mockery/latest/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10583"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Mockery is a project that creates mock implementations of Golang interfaces. It inspects source code and generates implementations of the interface that aid in testing.

In addition to providing a number of different styles of mocks, mockery also allows users to provide their own template files that will then be rendered using a set of template data, methods, and functions that provide comprehensive typing information about the Go interface in question.

- [mockery @ GitHub](https://github.com/vektra/mockery).]]>
            </summary>
            <updated>2025-10-08T14:11:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10582</id>
            <title type="text"><![CDATA[GoMock]]></title>
            <link rel="alternate" href="https://github.com/uber-go/mock" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10582"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[GoMock is a mocking framework for the Go programming language. 


Go Reference

gomock is a mocking framework for the Go programming language. It integrates well with Go&amp;#039;s built-in testing package, but can be used in other contexts too.

This project originates from Google&amp;#039;s golang/mock repo. Unfortunately, Google no longer maintains this project, and given the heavy usage of gomock project within Uber, we&amp;#039;ve decided to fork and maintain this going forward at Uber.]]>
            </summary>
            <updated>2025-10-08T13:34:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10581</id>
            <title type="text"><![CDATA[Testify]]></title>
            <link rel="alternate" href="https://github.com/stretchr/testify" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10581"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Thou Shalt Write Tests.

A toolkit with common assertions and mocks that plays nicely with the standard library.

Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.

Related contents:

- [Testing in Go with Testify @ Better Stack](https://betterstack.com/community/guides/scaling-go/golang-testify/).]]>
            </summary>
            <updated>2025-10-08T13:31:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10064</id>
            <title type="text"><![CDATA[TestProf]]></title>
            <link rel="alternate" href="https://test-prof.evilmartians.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10064"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ruby tests profiling and optimization toolbox.

- [TestProf @ GitHub](https://github.com/test-prof/test-prof).

Related contents:

- [The Whop chop: how we cut a Rails test suite and CI time in half @ Evil Martians](https://evilmartians.com/chronicles/the-whop-chop-how-we-cut-a-rails-test-suite-and-ci-time-in-half).]]>
            </summary>
            <updated>2025-09-08T13:45:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/246</id>
            <title type="text"><![CDATA[UndercoverCI]]></title>
            <link rel="alternate" href="https://undercover-ci.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/246"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Actionable test coverage checks for Ruby and Github.

Find missing tests instantly.

undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports.

- [UndercoverCI @ GitHub](https://github.com/grodowski/undercover).]]>
            </summary>
            <updated>2025-12-09T09:21:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/315</id>
            <title type="text"><![CDATA[helm unittest]]></title>
            <link rel="alternate" href="https://github.com/helm-unittest/helm-unittest" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/315"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.

Unit test for helm chart in YAML to keep your chart consistent and robust!]]>
            </summary>
            <updated>2025-12-31T14:21:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/939</id>
            <title type="text"><![CDATA[tox]]></title>
            <link rel="alternate" href="https://tox.wiki/en/4.25.0/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/939"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[tox aims to automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi).

- [tox @ GitHub](https://github.com/tox-dev/tox).

Related contents:

- [Tox : Tests Python multi-environnements @ DevSecOps :fr:](https://blog.stephane-robert.info/docs/developper/programmation/python/tests/tox/).]]>
            </summary>
            <updated>2025-08-28T18:34:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1188</id>
            <title type="text"><![CDATA[vfsStream]]></title>
            <link rel="alternate" href="https://github.com/bovigo/vfsStream" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1188"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.]]>
            </summary>
            <updated>2025-08-28T19:14:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2119</id>
            <title type="text"><![CDATA[Gravity]]></title>
            <link rel="alternate" href="https://www.smartesting.com/en/gravity/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2119"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Empower your testing with AI &amp;amp; usage insights.

Gravity monitors real-world user behaviors and usage patterns in live production and test environments to generate quality analytics, identify test coverage gaps, and assist in prioritizing and generating test cases.]]>
            </summary>
            <updated>2025-08-28T21:49:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2275</id>
            <title type="text"><![CDATA[Shortest]]></title>
            <link rel="alternate" href="https://shortest.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2275"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[QA via natural language AI tests.
AI-powered natural language end-to-end testing framework.

Write tests in plain English and let AI handle the execution. Built on Playwright with seamless GitHub integration.

- [Shortest @ GitHub](https://github.com/anti-work/shortest).]]>
            </summary>
            <updated>2025-08-28T22:16:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2783</id>
            <title type="text"><![CDATA[postgrestest]]></title>
            <link rel="alternate" href="https://github.com/stapelberg/postgrestest" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2783"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Go test harness that starts an ephemeral PostgreSQL server.

Package postgrestest provides a test harness that starts an ephemeral PostgreSQL server. It is tested on macOS, Linux, and Windows. It can cut down the overhead of PostgreSQL in tests up to 90% compared to spinning up a postgres Docker container: starting a server with this package takes roughly 650 milliseconds and creating a database takes roughly 20 milliseconds.

- [Testing with Go and PostgreSQL: ephemeral DBs @ Michael Stapelberg](https://michael.stapelberg.ch/posts/2024-11-19-testing-with-go-and-postgresql-ephemeral-dbs/).]]>
            </summary>
            <updated>2025-08-28T23:41:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2785</id>
            <title type="text"><![CDATA[Kahlan]]></title>
            <link rel="alternate" href="https://kahlan.github.io/docs/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2785"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Kahlan is a full-featured Unit &amp;amp; BDD test framework a la RSpec/JSpec which uses a describe-it syntax and moves testing in PHP one step forward.

- [Kahlan @ GitHub](https://github.com/kahlan/kahlan).]]>
            </summary>
            <updated>2025-08-28T23:41:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2848</id>
            <title type="text"><![CDATA[JSON Parsing Test Suite]]></title>
            <link rel="alternate" href="https://github.com/nst/JSONTestSuite/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2848"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A comprehensive test suite for RFC 8259 compliant JSON parsers]]>
            </summary>
            <updated>2025-08-28T23:51:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3134</id>
            <title type="text"><![CDATA[vulncov]]></title>
            <link rel="alternate" href="https://github.com/mllamazares/vulncov/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3134"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🧪 Correlate Semgrep scans with Python test coverage to prioritize SAST findings and get bug fix suggestions via a self-hosted LLM.

vulncov correlates Semgrep scans with Python test code coverage to identify which vulnerable code has been executed by unit tests, helping prioritize SAST findings and reduce false positives. It also leverages a self-hosted LLM to suggest bug fixes!]]>
            </summary>
            <updated>2025-08-29T00:38:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3395</id>
            <title type="text"><![CDATA[Keploy]]></title>
            <link rel="alternate" href="https://keploy.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3395"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open Source Stubs and API Test Generator for Developer.
Shadow Test generation for Developers. Generate tests and stubs for your application that actually work! 

Keploy is developer-centric API testing tool that creates tests along with built-in-mocks, faster than unit tests.

Keploy is your open-source, developer-centric backend testing tool. It makes backend testing easy and productive for engineering teams. Plus, it&amp;#039;s easy-to-use, powerful and extensible..🛠️

Keploy creates test cases and data mocks/stubs from user-traffic by recording API calls and DB queries, significantly speeding up releases and enhancing reliability. 📈

- [Keploy @ GitHub](https://github.com/keploy/keploy).]]>
            </summary>
            <updated>2025-08-29T01:21:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3921</id>
            <title type="text"><![CDATA[Celp]]></title>
            <link rel="alternate" href="https://www.celp.ai/?sc=2710522184f852cc1f70f5bb8057466bc8ea5681d" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3921"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Write code, not tests.

Contextually Aware AI-Driven Unit Test Generation for Typescript Node.js projects.
Celp generates contextually relevant unit tests for Typescript node.js projects, saving you hours.]]>
            </summary>
            <updated>2025-08-29T02:49:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4136</id>
            <title type="text"><![CDATA[Nette Tester]]></title>
            <link rel="alternate" href="https://tester.nette.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4136"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏 

Nette Tester is a productive and enjoyable unit testing framework. It&amp;#039;s used by the Nette Framework and is capable of testing any PHP code.

- [Nette Tester @ GitHub](https://github.com/nette/tester).]]>
            </summary>
            <updated>2025-08-29T03:26:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4137</id>
            <title type="text"><![CDATA[dg/bypass-finals]]></title>
            <link rel="alternate" href="https://github.com/dg/bypass-finals" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4137"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Removes `final` and `readonly` keywords from source code on-the-fly and allows mocking of final methods and classes. It can be used together with any test tool such as PHPUnit or Mockery.]]>
            </summary>
            <updated>2025-08-29T03:26:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4263</id>
            <title type="text"><![CDATA[MarkdownSnippets]]></title>
            <link rel="alternate" href="https://github.com/SimonCropp/MarkdownSnippets" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4263"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Extracts snippets from code files and merges them into markdown documents. 

- [Tester les extraits de code dans un livre @ Charles Desneuf](https://blog.charlesdesneuf.com/articles/tester-les-extraits-de-code-dans-un-livre/).]]>
            </summary>
            <updated>2025-08-29T03:47:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4283</id>
            <title type="text"><![CDATA[Awesome Testing Tools]]></title>
            <link rel="alternate" href="https://github.com/ZoranPandovski/awesome-testing-tools" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4283"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🚀 A curated list of awesome testing tools 🚀]]>
            </summary>
            <updated>2025-08-29T03:50:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4481</id>
            <title type="text"><![CDATA[Prophecy]]></title>
            <link rel="alternate" href="https://github.com/phpspec/prophecy" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4481"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Highly opinionated mocking framework for PHP 5.3+.

Prophecy is a highly opinionated yet very powerful and flexible PHP object mocking framework. Though initially it was created to fulfil phpspec2 needs, it is flexible enough to be used inside any testing framework out there with minimal effort.]]>
            </summary>
            <updated>2025-10-16T09:50:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4515</id>
            <title type="text"><![CDATA[Testcontainers]]></title>
            <link rel="alternate" href="https://testcontainers.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4515"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Testcontainers is an open source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container.

- [Testcontainers @ GitHub](https://github.com/testcontainers/).

Related contents:

- [Test-Driven Development with an LLM for Fun and Profit @ blog.yfzhou](https://blog.yfzhou.fyi/posts/tdd-llm/).
- [What has Docker become? @ Tuan-Anh Tran](https://tuananh.net/2026/01/20/what-has-docker-become/).]]>
            </summary>
            <updated>2026-01-23T16:22:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4569</id>
            <title type="text"><![CDATA[Pester]]></title>
            <link rel="alternate" href="https://pester.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4569"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The ubiquitous test and mock framework for PowerShell.

- [Pester @ GitHub](https://github.com/pester/pester).]]>
            </summary>
            <updated>2025-08-29T04:38:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4698</id>
            <title type="text"><![CDATA[xUnit.net]]></title>
            <link rel="alternate" href="https://xunit.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4698"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework.]]>
            </summary>
            <updated>2025-08-29T04:59:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4699</id>
            <title type="text"><![CDATA[PhpUnitGen]]></title>
            <link rel="alternate" href="https://phpunitgen.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4699"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PhpUnitGen is an online and command line tool to generate your unit tests&amp;#039; skeletons on your projects.

The tool is divided into three GitHub repositories.

-   [phpunitgen-core](https://github.com/paul-thebaud/phpunitgen-core), which contains the core of the tool&amp;#039;s features.
-   [phpunitgen-console](https://github.com/paul-thebaud/phpunitgen-console), which contains the command line interface.
-   [phpunitgen-webapp](https://github.com/paul-thebaud/phpunitgen-webapp), which contains the web application and the API.]]>
            </summary>
            <updated>2025-08-29T04:59:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4732</id>
            <title type="text"><![CDATA[SuperTest]]></title>
            <link rel="alternate" href="https://github.com/ladjs/supertest" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4732"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🕷 Super-agent driven library for testing node.js HTTP servers using a fluent API. Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.

- [Leveraging Supertest for Effective API Testing in Your Projects @ System Weakness](https://systemweakness.com/leveraging-supertest-for-effective-api-testing-in-your-projects-c38a6b34e13d).
- [Supertest: How to Test APIs Like a Pro @ Testim](https://www.testim.io/blog/supertest-how-to-test-apis-like-a-pro/).]]>
            </summary>
            <updated>2025-08-29T05:06:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4738</id>
            <title type="text"><![CDATA[Insta Snapshots]]></title>
            <link rel="alternate" href="https://insta.rs/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4738"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Insta is an enjoyable snapshot testing tool for Rust.

Snapshots tests (also sometimes called approval tests) are tests that assert values against a reference value (the snapshot). This is similar to how assert_eq! lets you compare a value against a reference value but unlike simple string assertions, snapshot tests let you test against complex values and come with comprehensive tools to review changes.

- [Insta @ GitHub](https://github.com/mitsuhiko/insta).
- [Snapshot testing @ La Forge :fr:](https://lafor.ge/snapshot-testing/).]]>
            </summary>
            <updated>2025-08-29T05:07:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5089</id>
            <title type="text"><![CDATA[Alice]]></title>
            <link rel="alternate" href="https://github.com/nelmio/alice" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5089"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Expressive fixtures generator.

Relying on FakerPHP/Faker, Alice allows you to create a ton of fixtures/fake data for use while developing or testing your project. It gives you a few essential tools to make it very easy to generate complex data with constraints in a readable and easy to edit way, so that everyone on your team can tweak the fixtures if needed.

- [AliceBundle @ GitHub](https://github.com/theofidry/AliceBundle).

Related contents:

- [Speed-up database refreshing in PHPUnit tests @ Locastic](https://locastic.com/blog/speed-up-database-refreshing-in-phpunit-tests).]]>
            </summary>
            <updated>2026-03-05T06:49:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5344</id>
            <title type="text"><![CDATA[atoum]]></title>
            <link rel="alternate" href="https://atoum.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5344"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[atoum, the modern, simple and intuitive PHP test framework.

atoum is a simple, modern and intuitive unit testing framework for PHP! It is completely standalone, everything is available and works out of the box. 

[atoum @ GitHub](https://github.com/atoum/atoum).]]>
            </summary>
            <updated>2025-08-29T06:47:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5377</id>
            <title type="text"><![CDATA[Testing Library]]></title>
            <link rel="alternate" href="https://testing-library.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5377"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Simple and complete testing utilities that encourage good testing practices]]>
            </summary>
            <updated>2025-08-29T06:52:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5674</id>
            <title type="text"><![CDATA[nose2]]></title>
            <link rel="alternate" href="https://github.com/nose-devs/nose2" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5674"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The successor to nose, based on unittest2. nose2&amp;#039;s extends unittest to make testing nicer.]]>
            </summary>
            <updated>2025-08-29T07:42:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5995</id>
            <title type="text"><![CDATA[Hypothesis]]></title>
            <link rel="alternate" href="https://hypothesis.works/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5995"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Most testing is ineffective.

Hypothesis is a new generation of tools for automating your testing process. It combines human understanding of your problem domain with machine intelligence to improve the quality of your testing process while spending less time writing tests.

- [Hypothesis @ GitHub](https://github.com/HypothesisWorks/hypothesis).

Related contents:

- [Hypothesis, Antithesis, synthesis @ Antithesis&amp;#039; Blog](https://antithesis.com/blog/2026/hegel/).
- [Techniques for better software testing @ antithesis](https://antithesis.com/docs/resources/testing_techniques/).]]>
            </summary>
            <updated>2026-05-14T07:24:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5996</id>
            <title type="text"><![CDATA[Nox]]></title>
            <link rel="alternate" href="https://nox.thea.codes/en/stable/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5996"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[nox is a command-line tool that automates testing in multiple Python environments, similar to tox. Unlike tox, Nox uses a standard Python file for configuration.

[Nox @ GitHub](https://github.com/wntrblm/nox)]]>
            </summary>
            <updated>2025-08-29T08:36:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5997</id>
            <title type="text"><![CDATA[tox]]></title>
            <link rel="alternate" href="https://tox.wiki/en/latest/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5997"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[tox aims to automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi).

[tox @ GitHub](https://github.com/tox-dev/tox).]]>
            </summary>
            <updated>2025-08-29T08:36:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6290</id>
            <title type="text"><![CDATA[Jest]]></title>
            <link rel="alternate" href="https://jestjs.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6290"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Jest is a delightful JavaScript Testing Framework with a focus on simplicity.

- [Jest @ GitHub](https://github.com/facebook/jest).

Related contents:

- [Fix Flaky Jest Tests in CI with maxWorkers (and why it works) @ Red Shift](https://shift.infinite.red/fix-flaky-jest-tests-in-ci-with-maxworkers-and-why-it-works-e3d3189f35a4).]]>
            </summary>
            <updated>2026-04-03T12:48:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6338</id>
            <title type="text"><![CDATA[Monkeyble]]></title>
            <link rel="alternate" href="https://github.com/HewlettPackard/monkeyble" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6338"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[End-to-end testing framework for Ansible.
Monkeyble is a callback plugin for Ansible that allow to execute end-to-end tests on Ansible playbooks with a Pythonic testing approach.]]>
            </summary>
            <updated>2025-08-29T09:33:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6424</id>
            <title type="text"><![CDATA[Perfecto]]></title>
            <link rel="alternate" href="https://www.perfecto.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6424"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Web &amp;amp; Mobile App Testing.
Secure mobile &amp;amp; web testing in the cloud. From creation to execution to analysis. Eliminate environment concerns with test data and virtual services.]]>
            </summary>
            <updated>2025-08-29T09:47:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6425</id>
            <title type="text"><![CDATA[Testsigma]]></title>
            <link rel="alternate" href="https://testsigma.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6425"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open Source &amp;amp; Cloud-based Test Automation Platform for Modern Teams.
Replace multiple frameworks with an open-source test automation platform.
A unified, fully customizable platform that works out of the box. Build end-to-end tests 5X faster for web, mobile apps, &amp;amp; APIs with English scripts that self-heal, enabling maintenance-free testing.]]>
            </summary>
            <updated>2025-08-29T09:49:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6426</id>
            <title type="text"><![CDATA[UFT One]]></title>
            <link rel="alternate" href="https://www.microfocus.com/en-us/products/uft-one/overview" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6426"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Automate Functional Testing from UI to the API.
Our AI-powered functional testing tool accelerates test automation. It works across desktop, web, mobile, mainframe, composite, and packaged enterprise-grade applications.]]>
            </summary>
            <updated>2025-08-29T09:49:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6481</id>
            <title type="text"><![CDATA[The Big List of Naughty Strings]]></title>
            <link rel="alternate" href="https://github.com/minimaxir/big-list-of-naughty-strings" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6481"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Big List of Naughty Strings is an evolving list of strings which have a high probability of causing issues when used as user-input data. This is intended for use in helping both automated and manual QA testing; useful for whenever your QA engineer walks into a bar.]]>
            </summary>
            <updated>2025-08-29T09:57:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6508</id>
            <title type="text"><![CDATA[Cerberus Testing]]></title>
            <link rel="alternate" href="https://cerberus-testing.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6508"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Open Source Test Automation Platform.
Accelerate with Test Automation.
Cerberus Testing is the scalable test automation platform for teams searching to accelerate software delivery with confidence.]]>
            </summary>
            <updated>2025-08-29T10:01:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6514</id>
            <title type="text"><![CDATA[Bashcov]]></title>
            <link rel="alternate" href="https://github.com/infertux/bashcov" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6514"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Code coverage tool for Bash.
Bashcov is a code coverage analysis tool for Bash.
In most cases, you&amp;#039;ll want overall coverage results for your project from shUnit2, Bats, bash_unit, assert.sh, bashaspec, etc. Bashcov automatically takes care of this by caching and merging results when generating reports, so your report includes coverage across your test suites and thereby gives you a better picture of blank spots.
It uses the SimpleCov coverage library to generate HTML reports. SimpleCov gets installed automatically when you install Bashcov.]]>
            </summary>
            <updated>2025-08-29T10:02:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6618</id>
            <title type="text"><![CDATA[PHPStan]]></title>
            <link rel="alternate" href="https://phpstan.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6618"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Find Bugs Without Writing Tests.
PHPStan finds bugs in your code without writing tests. It&amp;#039;s open-source and free.]]>
            </summary>
            <updated>2025-08-29T10:21:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6713</id>
            <title type="text"><![CDATA[Faker for PHP]]></title>
            <link rel="alternate" href="https://github.com/FakerPHP/Faker/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6713"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Faker is a PHP library that generates fake data for you.
Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.]]>
            </summary>
            <updated>2025-08-29T10:35:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6848</id>
            <title type="text"><![CDATA[Vitest]]></title>
            <link rel="alternate" href="https://vitest.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6848"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A blazing fast unit test framework powered by Vite

[Vitest @ GitHub](https://github.com/vitest-dev/vitest)]]>
            </summary>
            <updated>2025-08-29T10:58:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7052</id>
            <title type="text"><![CDATA[Mocha]]></title>
            <link rel="alternate" href="https://mochajs.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7052"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[the fun, simple, flexible JavaScript test framework.
Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Hosted on GitHub.]]>
            </summary>
            <updated>2025-08-29T11:32:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7129</id>
            <title type="text"><![CDATA[Bazel]]></title>
            <link rel="alternate" href="https://bazel.build/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7129"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a fast, scalable, multi-language and extensible build system.
Build and test software of any size, quickly and reliably.
Bazel is a free software tool for the automation of building and testing of software.

- [Bazel @ GitHub](https://github.com/bazelbuild/bazel/).

Related contents:

- [Adopting Bazel for Web at Scale @ The Airbnb Tech Blog&amp;#039;s Medium](https://medium.com/airbnb-engineering/adopting-bazel-for-web-at-scale-a784b2dbe325).
- [Optimiser les temps de build avec Bazel et Buildfarm @ Vincent Composieux :fr:](https://vincent.composieux.fr/article/optimiser-les-temps-de-build-avec-bazel-et-buildfarm).
- [(Almost) Every infrastructure decision I endorse or regret after 4 years running infrastructure at a startup @ Jack&amp;#039;s home on the web](https://cep.dev/posts/every-infrastructure-decision-i-endorse-or-regret-after-4-years-running-infrastructure-at-a-startup/).
- [Bazel&amp;#039;s Original Sins @ Farid Zakaria&amp;#039;s Blog](https://fzakaria.com/2025/06/22/bazel-s-original-sins).
- [Trusting builds with Bazel remote execution @ Blog System/5](https://blogsystem5.substack.com/p/bazel-remote-execution).
- [Top 5 Monorepo Tools for 2025 @ aviator](https://www.aviator.co/blog/monorepo-tools/).
- [You are holding BUILD files wrong @ Blog System/5](https://blogsystem5.substack.com/p/you-are-holding-build-files-wrong).]]>
            </summary>
            <updated>2025-10-08T11:48:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7164</id>
            <title type="text"><![CDATA[Selenium IDE]]></title>
            <link rel="alternate" href="https://www.selenium.dev/selenium-ide/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7164"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open source record and playback test automation for the web]]>
            </summary>
            <updated>2025-08-29T11:51:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7234</id>
            <title type="text"><![CDATA[Pest - An elegant PHP Testing Framework]]></title>
            <link rel="alternate" href="https://pestphp.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7234"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pest is a Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP. 

- [Pest @ GitHub](https://github.com/pestphp/pest).

Related contents:

- [Pest 4: Modern Browser Testing, Sharding, Visual Diffs &amp;amp; more | Nuno Maduro at Laracon US 2025 @ Laravel&amp;#039;s YouTube](https://www.youtube.com/watch?v=f5gAgwwwwOI).
- [\#118 - Les news sur le développement web et l&amp;#039;IA pour septembre 2025 RC1 @ Double Slash :fr:](https://double-slash.dev/podcasts/sept25-rc1/).]]>
            </summary>
            <updated>2025-10-02T05:48:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8291</id>
            <title type="text"><![CDATA[Coveralls]]></title>
            <link rel="alternate" href="https://coveralls.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8291"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Test Coverage History &amp;amp; Statistics
Coveralls works with your continuous integration server to give you test coverage history and statistics. Free for open source, pro accounts for private repos, instant sign up with GitHub OAuth.
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite. Free for open source repos. Pro accounts for private repos. Instant sign up through GitHub, Bitbucket, and Gitlab.]]>
            </summary>
            <updated>2025-08-29T15:00:16+00:00</updated>
        </entry>
    </feed>
