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