Skip to content

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

License

Notifications You must be signed in to change notification settings

hippware/eventually

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages