#unit-testing

[ follow ]
#junit-5
Scala
fromMedium
1 month ago

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

Using a shared Spark session significantly reduces the execution time for unit tests in Spark jobs.
fromPeterbe
1 month 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
fromHackernoon
9 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
fromDevOps.com
3 months ago
Software development

Unit Testing in Development: Ensuring Code Quality and Reliability - DevOps.com

Unit testing is essential for preventing bugs in code and enhancing software quality before reaching production.
fromHackernoon
1 year ago
JavaScript

Writing and Selling Unit Tests: When You Need Them and When You Don't | HackerNoon

Unit tests are often viewed as an obligation, but effective communication of their value is crucial to gain stakeholder buy-in.
fromHackernoon
1 year ago

The Testing Hack That Makes Bugs Easier to Catch (and Code Easier to Read) | HackerNoon

Table-driven testing is a testing paradigm where multiple test cases are defined in a structured format, typically as a collection of inputs and expected outputs.
Games
fromHackernoon
2 years ago

Refactoring 025 - Decompose Regular Expressions | HackerNoon

Breaking down complex regex improves error reporting and maintainability.
Individual testing of regex components leads to clearer error messages.
Web development
fromApp Developer Magazine
7 months ago

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

Diffblue Cover: Developer Edition enables efficient, scalable AI-driven unit testing for Java developers and small teams, promoting code quality and productivity.
[ Load more ]