Deduplicating authentication and authorization tests in Phoenix using macros.
Have way too many (near-)duplicate authentication and authorization tests for Phoenix routes within your ExUnit test suite? Try test macros for deduplicating groups of tests with a single macro
call.
Read next Replace templates generated by phoenix with surface