---
title: "Unit Tests"
url: "https://www.pulumi.com/dev/glossary/unit-tests/"
image: "https://www.pulumi.com/assets/og/dev/glossary/unit-tests.png"
---

# Unit Tests

A type of test that aims to verify functionality within a very specific, narrow
scope, e.g., a specific function or class.
