Packages

A lightweight and fast testing framework for Erlang

Current section

Files

Jump to
etest test my_first_test.erl
Raw

test/my_first_test.erl

-module(my_first_test).
-compile(export_all).
test_foo() ->
1 = 1.