FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Small Lessons From Learning Pytest
How-ToProgramming Languages

Small Lessons From Learning Pytest

via Dev.to PythonJuliana Albertyn4h ago

I’ve been spending more time with pytest lately, and it’s been surprisingly eye‑opening. Writing tests forced me to look at my own function names with fresh eyes — suddenly 'nullable_rule(...)' didn’t make sense at all, but 'null_allowed_rule(...)' read clearly. I also bumped into a few pandas quirks along the way: 'bool' and 'boolean' are not the same thing, and 'None' in a Series is definitely not the same as an empty string. And then there’s parametrisation — such a simple feature, yet it makes tests cleaner, sharper, and far easier to reason about. It’s been a good reminder that testing isn’t just about catching bugs - it’s about understanding your code more deeply. What small testing discovery has surprised you lately?

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
5 views

Related Articles

Save $100 On Our Favorite Soundbar and Subwoofer Combo
How-To

Save $100 On Our Favorite Soundbar and Subwoofer Combo

Wired • 3h ago

Sony's new theater system lets you upgrade your TV setup gradually - how it works
How-To

Sony's new theater system lets you upgrade your TV setup gradually - how it works

ZDNet • 4h ago

How to delete your personal info from the internet (while saving money)
How-To

How to delete your personal info from the internet (while saving money)

ZDNet • 5h ago

Here Is What Programming Taught Me About Growth
How-To

Here Is What Programming Taught Me About Growth

Medium Programming • 6h ago

I Did Everything “Right” in Programming — Here Is What Actually Mattered
How-To

I Did Everything “Right” in Programming — Here Is What Actually Mattered

Medium Programming • 6h ago

Discover More Articles