mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-18 06:02:45 +08:00
Add generated: true to tests
This commit is contained in:
parent
b1690a3131
commit
ae4466472a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue