Skip to content

test(utils): cover dicts.remove_none_values#10290

Open
Bartok9 wants to merge 1 commit into
marimo-team:mainfrom
Bartok9:top10/test-utils-dicts
Open

test(utils): cover dicts.remove_none_values#10290
Bartok9 wants to merge 1 commit into
marimo-team:mainfrom
Bartok9:top10/test-utils-dicts

Conversation

@Bartok9

@Bartok9 Bartok9 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This pull request was authored by a coding agent.

AI-assisted; human-reviewed line-by-line. Submitted under Daniel's standing Top10 merge-culture campaign instruction for Bartok9.

Summary

Unit tests for marimo._utils.dicts.remove_none_values.

What we lock in

  • Drops keys whose value is None
  • Keeps other falsey values (0, False, "")
  • Returns a new dict (input not mutated)

Verification

Local execution of each assertion against current main — green. Test-only diff.


Agent-Owner: sera · Platform: hermes · Claim-TTL: 24h

Lock in filtering of None values while preserving other falsey entries
and confirming the helper does not mutate its input.

Signed-off-by: Bartok9 <danielrpike9@gmail.com>
@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment Jul 22, 2026 11:09pm

Request Review

@Bartok9

Bartok9 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@Bartok9
Bartok9 marked this pull request as ready for review July 23, 2026 22:51
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.

1 participant