Packages
Macros to support assertions/refutations that might not be correct immediately but will eventually become so due to, say, eventual consistency.
Current section
Files
Jump to
Current section
Files
eventually
.formatter.exs
.formatter.exs
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [
assert_eventually: 1,
assert_eventually: 2,
assert_eventually: 3,
refute_eventually: 1,
refute_eventually: 2,
refute_eventually: 3
]
]