Fortran - Testing - Towards a generic, testable test runner
Exploring how to create a generic, testable unit test runner in Fortran by extracting logic from the main program into reusable procedures.
Exploring how to create a generic, testable unit test runner in Fortran by extracting logic from the main program into reusable procedures.
Overview of xUnit v3 prerelease features, including executable test projects, migration steps, and new capabilities like cancellation tokens.
Announcing luatest, a new, fast Lua test runner inspired by pytest, offering significant speed improvements over existing options.
Explores the new UI mode in Playwright v1.32, a visual test runner that improves debugging and the overall testing workflow.
A technical guide on migrating JavaScript test suites from Jest to the native Node.js test runner, covering setup, features, and differences.
A step-by-step guide to writing end-to-end tests for a Node.js web API using the new native test runner, without external frameworks.
A podcast episode discussing automated testing strategies for Django applications, including unit and integration tests.
An in-depth technical look at how the Mocha test runner works, from parsing to execution, based on the author's experience on the core team.
A guide on switching a Django project's test runner from the default to pytest, covering installation, configuration, and benefits.
A guide on integrating the Jest testing framework into an Angular application and library, replacing the default Karma runner.
Introducing btest, a minimal, language-agnostic test runner for verifying command outputs, originally created for compiler testing.
Learn how to use the vim-test plugin to run automated tests instantly within Vim, eliminating the need to switch terminals.
A developer creates a custom PhantomJS test runner for QUnit to improve console output, error handling, and support multiple formats like JUnit.