Packages

A lightweight and fast testing framework for Erlang

Current section

Files

Jump to
etest test my_third_test.erl
Raw

test/my_third_test.erl

-module(my_third_test).
-compile(export_all).
test_foo() ->
1 = 2.