From 90d7560e16f8df95a22c693195da93ac8ce9a666 Mon Sep 17 00:00:00 2001 From: inoas Date: Tue, 21 May 2024 22:40:07 +0000 Subject: [PATCH 1/3] add glacier --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04cf2a4..0f6a935 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. - [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 +- [glacier](https://github.com/inoas/glacier) - [📚](https://hexdocs.pm/glacier/) - Gleam incremental interactive unit testing ### Text From 6ad87642ef297ceecbca77c931a423e25cb153f3 Mon Sep 17 00:00:00 2001 From: inoas Date: Thu, 30 May 2024 00:28:28 +0000 Subject: [PATCH 2/3] Add files via upload --- packages/glacier.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/glacier.toml b/packages/glacier.toml index 78eb551..87033f6 100644 --- a/packages/glacier.toml +++ b/packages/glacier.toml @@ -1,5 +1,5 @@ name = "glacier" -description = "Glacier brings incremental interactive unit testing to Gleam. It is meant as a drop-in replacement for Gleeunit and depends and wraps a fork of it." +description = "Gleam Incremental Interactive Unit Testing" docs_url = "https://hexdocs.pm/glacier/" repo_url = "https://github.com/inoas/glacier" -category = "" +category = "Testing" From 2ee3c0565d89b78dacca0cef703a4e082f1b6ce8 Mon Sep 17 00:00:00 2001 From: inoas Date: Fri, 31 May 2024 19:58:42 +0200 Subject: [PATCH 3/3] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 267494c..b790925 100644 --- a/README.md +++ b/README.md @@ -250,9 +250,9 @@ 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 +- [glacier](https://github.com/inoas/glacier) - [📚](https://hexdocs.pm/glacier/) - Gleam Incremental Interactive Unit Testing - [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 -- [glacier](https://github.com/inoas/glacier) - [📚](https://hexdocs.pm/glacier/) - Gleam incremental interactive unit testing ### Text