Phil Eaton 8/4/2018

btest: a language agnostic test runner

Read Original

This article details btest, a minimal and language-agnostic test runner initially written for compiler testing. It explains how btest works by iterating over test directories, using a YAML config to define commands, and supports parallel execution and template variables for flexible test case generation. The post covers configuration, multi-runner setups, and provides a practical example of testing a Python script.

btest: a language agnostic test runner

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes