5A. [Repositories] Working with Raw Files in Code Repositories11. Python Unit Tests

11 - Python Unit Tests

This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.

This tutorial won't require the implementation of unit tests into your pipeline, but as a data engineer, you'll want to know how to leverage the PyTest framework to check your code.

Read this article for step-by-step guide to enabling, writing, and verifying unit tests with PyTest.