Skip to content

InlineOptions

Compare
Choose a tag to compare
@LarsEckart LarsEckart released this 06 May 18:20
· 93 commits to master since this release

BREAKING CHANGE

verify(result, options=Options().inline(expected, showCode=false))
verify(result, options=Options().inline(expected, showCode=true))

is now

verify(result, options=Options().inline(expected, InlineOptions.showCode(false)))
verify(result, options=Options().inline(expected))

New Features

You can now do InlineOptions.automatic() and InlineOptions.semiAutomatic().