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"