From 96f90ba48b3ecc04df594df036de44ecb9dcff0d Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 28 Jan 2024 17:11:42 +0000 Subject: [PATCH] testbldr --- README.md | 1 + packages/testbldr.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8434bd6..af0ef2e 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. - [birdie](https://github.com/giacomocavalieri/birdie) - [📚](https://hexdocs.pm/birdie/) - Snapshot testing in Gleam - [exercism_test_runner](https://github.com/exercism/gleam-test-runner) - [📚](https://hexdocs.pm/exercism_test_runner/) - A test framework for Gleam exercises on Exercism - [gleeunit](https://github.com/lpil/gleeunit) - [📚](https://hexdocs.pm/gleeunit/) - Gleam bindings to Erlang's EUnit test framework +- [testbldr](https://github.com/bcpeinhardt/testbldr) - [📚](https://hexdocs.pm/testbldr/) - A library for programatically building and running test cases ### Text diff --git a/packages/testbldr.toml b/packages/testbldr.toml index d3f2748..3f61c63 100644 --- a/packages/testbldr.toml +++ b/packages/testbldr.toml @@ -2,4 +2,4 @@ name = "testbldr" description = "A library for programatically building and running test cases" docs_url = "https://hexdocs.pm/testbldr/" repo_url = "https://github.com/bcpeinhardt/testbldr" -category = "" +category = "Testing"