Skip to content

Add pytest support

Gmodena requested to merge github/fork/gmodena/add-pytest-support into main

Created by: gmodena

This PR adds basic testing capabilities to the project.

Changes are a WIP and should be merged after #1 and #2.

The test suite can be invoked either by calling pytest with

pytest

Or via GNU make with:

make test

A dependency on pytest-spark fixtures has been added.

Merge request reports