Nullables

Nullables — testing technique alternative to using mocking libraries. Use when writing unit tests, when code touches external I/O or state (HTTP, databases, files, clock, random) anywhere in its dependency chain, when making a system testable, or when tests are slow or flaky.

lexler Updated

File contents

lexler/skill-factory/tree/main/output_skills/testing/nullables commit 0e49af8bbb

Frequently asked questions

npx skillmds@latest add lexler/nullables