Skip to content

garybake/pyspark_pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyspark Pytest

Testing pyspark code with pytest

/Link to blog post here/

Build docker container

docker build -t "test_pyspark" .

Linux

docker run -it -v $(pwd):/app test_pyspark bash

Win

docker run -it -v ${pwd}:/app test_pyspark bash

Run tests (from inside container)

pytest -s tests/

About

Running tests in pyspark test build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published