ex_ex v0.1.0 ExEx.ExUnit

Link to this section Summary

Functions

Makes a function public when it’s compiled for a test environment and private otherwise. This is useful, for example, to test library functions that shouldn’t be exported to client apps

Link to this section Functions

Link to this macro defp_testable(head, body \\ nil) (macro)

Makes a function public when it’s compiled for a test environment and private otherwise. This is useful, for example, to test library functions that shouldn’t be exported to client apps.