API Reference phoenix_integration v0.9.2

Modules

Lightweight server-side integration test functions for Phoenix. Works within the existing Phoenix.ConnTest framework and emphasizes both speed and readability.

Functions to assert/refute the response content of a conn without interrupting the chain of actions in an integration test.

A set of functions intended to compliment the regular Phoenix.ConnTest utilities of get, post, put, patch, and delete.