mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-17 21:50:25 +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'''
|
||||
defmodule Livebook.Runtime.EvaluatorTest.DoctestsGeneratedBase do
|
||||
defmacro __using__(_) do
|
||||
quote do
|
||||
quote generated: true do
|
||||
@doc """
|
||||
|
||||
iex> 1
|
||||
|
|
@ -798,7 +798,7 @@ defmodule Livebook.Runtime.EvaluatorTest do
|
|||
code = ~S'''
|
||||
defmodule Livebook.Runtime.EvaluatorTest.DoctestsGeneratedBase do
|
||||
defmacro __using__(_) do
|
||||
quote do
|
||||
quote generated: true do
|
||||
@doc """
|
||||
|
||||
iex> 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue