Add generated: true to tests

This commit is contained in:
José Valim 2025-11-15 13:39:39 -08:00
parent b1690a3131
commit ae4466472a

View file

@ -766,7 +766,7 @@ defmodule Livebook.Runtime.EvaluatorTest do
code = ~S''' code = ~S'''
defmodule Livebook.Runtime.EvaluatorTest.DoctestsGeneratedBase do defmodule Livebook.Runtime.EvaluatorTest.DoctestsGeneratedBase do
defmacro __using__(_) do defmacro __using__(_) do
quote do quote generated: true do
@doc """ @doc """
iex> 1 iex> 1
@ -798,7 +798,7 @@ defmodule Livebook.Runtime.EvaluatorTest do
code = ~S''' code = ~S'''
defmodule Livebook.Runtime.EvaluatorTest.DoctestsGeneratedBase do defmodule Livebook.Runtime.EvaluatorTest.DoctestsGeneratedBase do
defmacro __using__(_) do defmacro __using__(_) do
quote do quote generated: true do
@doc """ @doc """
iex> 1 iex> 1