Skip to content

Commit

Permalink
testbldr
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 28, 2024
1 parent 9a3eacf commit 96f90ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/testbldr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 96f90ba

Please sign in to comment.