cancel
Showing results for 
Search instead for 
Did you mean: 
tomcorbin
New Contributor III
since ‎12-15-2023
‎12-31-2023

User Stats

  • 3 Posts
  • 1 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I am setting up pytest for my repo. I have my functions in separate python files and run pytest from one notebook. For each testing file, I have to create a new Spark session as follows:@pytest.fixture(scope="session")def spark():  spark = (  SparkSe...
Kudos from