8000 GitHub - eproxus/testutils: Useful Erlang test utilities
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eproxus/testutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testutils

Useful Erlang test utilities.

Waiting for Calls

TBD

Call = testutils:trace_call(lists, seq, [1, 10]),
spawn(fun() -> lists:seq(1, 10) end),
testutils:await(Call).

About

Useful Erlang test utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0