Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

☝️ EUnit compatible assertion functions for use in tests

Notifications You must be signed in to change notification settings

gleam-lang/should_assertions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gleam_should_assertions

EUnit compatible assertion functions for use in tests.

Installation

This package can be installed by adding gleam_should_assertions to your rebar.config dependencies:

{deps, [
    gleam_should_assertions
]}.