malexer / pytest-spark

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

Is is possible to run different tests in the same project with different spark_options? #19

Open ralflizard opened 4 years ago

ralflizard commented 4 years ago

I have a few tests that need to run with a different initial configuration. Is it possible to setup a different fixture to cover these cases?

machielg commented 2 years ago

would be hard if not impossible because pyspark doesn't allow for recreating the spark session.