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