Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecating inspecting. #4009

Merged
merged 2 commits into from
May 19, 2024
Merged

Deprecating inspecting. #4009

merged 2 commits into from
May 19, 2024

Conversation

Kantis
Copy link
Member

@Kantis Kantis commented May 9, 2024

A code search on github shows no usages aside from Kotest itself, albeit being in Kotest since 2018.

Kotlin provides the with scoping function which does basically the same thing.

Kotest also provides assertSoftly on an object which adds it to scope and executes all assertions before failing.

Kantis and others added 2 commits May 9, 2024 11:46
A code search on github shows no usages, albeit being in Kotest since 2018.

Kotlin provides the `with` scoping function which does basically the same thing.

Kotest also provides assertSoftly on an object which adds it to scope and
executes all assertions before failing.
@sksamuel
Copy link
Member

good idea

@sksamuel sksamuel enabled auto-merge May 19, 2024 15:28
@sksamuel sksamuel added this pull request to the merge queue May 19, 2024
Merged via the queue into master with commit 7d07732 May 19, 2024
15 checks passed
@sksamuel sksamuel deleted the kantis/deprecations branch May 19, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants