Skip to content

ivanychev/medium-faster-pyspark-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faster PySpark tests

This is the example PySpark test set up for my Medium article written here.

How to use it?

  • Install Python 3.8.
  • Create a virtual environment via python3 -m venv venv and activate it source venv/bin/activate
  • Install poetry pip3 install poetry
  • Install all dependencies poetry install
  • Run tests
pytest tests --dist loadfile -n 2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages