Testing pyspark with pytest

Posted on Sun 15 January 2023 in Python • Tagged with spark, pyspark, pytest, testing

article featured image

Automate testing for pyspark applications using pytest. Includes use of markers and fixtures.


Continue reading