defmodule MPL3115A2Test do use ExUnit.Case doctest MPL3115A2 test "greets the world" do assert MPL3115A2.hello() == :world end end