#unit-testing

[ follow ]
fromMedium
4 days ago

From Frustrating to Fast: Speeding Up Spark Tests Using Shared Sessions

If your tests take too long, you'll run them less often. And if you run them less often, bugs get shipped more often.
Scala
fromPeterbe
2 weeks ago

A Python dict that can report which keys you did not use - Peterbe.com

For testing large Python objects, ensure you're unit testing everything retrieved, especially when data in reports doesn't match the database query.
Django
fromInfoWorld
3 weeks ago

How to test your Java applications with JUnit 5

JUnit 5 is the de facto standard for developing unit tests in Java, and using a robust test suite ensures confidence in application behavior and future changes.
Java
fromHackernoon
8 months ago

Inside the Evaluation Pipeline for Code LLMs With LuaUnit | HackerNoon

To streamline and standardize the automated evaluation procedure, we translated the native assertions in MCEVAL to LuaUnit-based assertions, improving consistency across benchmarks.
Scala
#software-development
fromHackernoon
2 years ago

Refactoring 025 - Decompose Regular Expressions | HackerNoon

"To effectively validate complex structures like URLs, it’s essential to break down the regex into smaller, manageable components that can be tested individually for accuracy."
JavaScript
fromApp Developer Magazine
6 months ago

Java development testing tool Diffblue Cover Developer Edition | App Developer Magazine

Diffblue Cover: Developer Edition empowers individual Java developers and small teams by providing an accessible AI-driven solution for automated unit testing, enhancing efficiency and scalability.
Web development
[ Load more ]