unable to mock GlueContext from aws glue
I have these lines of code
sc = SparkContext()
gluecontext = GlueContext(sc)
spark = gluecontext.spark_session
How to mock gluecontext using python unittest?
How to mock in a python unittest a library not installed locally?