SkillAgentSearch skills...

Eventually

Macros to support test assertions/refutations that might not be correct immediately but will eventually become so

Install / Use

/learn @hippware/Eventually
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Eventually

Macros to support assertions/refutations that might not be correct immediately but will eventually become so due to, say, eventual consistency.

Installation

If available in Hex, the package can be installed by adding eventually to your list of dependencies in mix.exs:

def deps do
  [
    {:eventually, "~> 1.1"}
  ]
end

Documentation can be found at https://hexdocs.pm/eventually.

Usage

test "something that will eventually be true" do
  assert_eventually something_that_will_be_true()
end
View on GitHub
GitHub Stars8
CategoryCustomer
Updated4y ago
Forks0

Languages

Elixir

Security Score

70/100

Audited on Aug 23, 2021

No findings