This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defmodule Postline.IntegrationCase do | |
| @moduledoc """ | |
| This module defines the setup for tests requiring | |
| access to real external services like OpenAI. | |
| Integration tests are meant to test actual integration with | |
| third-party services and are not run by default with `mix test`. | |
| Use `mix test.integration` to run integration tests. |