Skip to content

Commit

Permalink
Add testing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 28, 2024
1 parent 1300e46 commit 3e0f201
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].

### Testing

- [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

### Text
Expand Down
5 changes: 5 additions & 0 deletions packages/birdie.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "birdie"
description = "Snapshot testing in Gleam"
docs_url = "https://hexdocs.pm/birdie/"
repo_url = "https://github.com/giacomocavalieri/birdie"
category = "Testing"
5 changes: 5 additions & 0 deletions packages/gleeunit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleeunit"
description = "Gleam bindings to Erlang's EUnit test framework"
docs_url = "https://hexdocs.pm/gleeunit/"
repo_url = "https://github.com/lpil/gleeunit"
category = "Testing"
5 changes: 5 additions & 0 deletions packages/mineflayer.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "mineflayer"
description = "Mineflayer bindings for gleam"
docs_url = "https://hexdocs.pm/mineflayer/"
repo_url = "https://github.com/wygsh/gleam_mineflayer"
category = ""

0 comments on commit 3e0f201

Please sign in to comment.