malexer / pytest-spark

pytest plugin to run the tests with support of pyspark
MIT License
84 stars 30 forks source link

ability to configure SparkSession #8

Closed blbradley closed 5 years ago

blbradley commented 5 years ago

Currently, this package is unable to let users configure the SparkSession. This would be useful if you wanted to configure Spark to use a package such as spark-xml.

malexer commented 5 years ago

Added in version 0.5.1, already on Pypi