I am trying to configure a spark application to run automatic tests using a spark local context.The part that doesn't work is when I try importing the functions defined in my main module intro the test_main module. I am using __init__.py files to configure the project structure, but I guess the pyworker is not aware of project structure.There is a more detailed explanation of my problem here <http://stackoverflow.com/questions/30079934/pyspark-automatic-testing-using-nosetests> Thanks!
-- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Automatic-testing-for-Spark-App-developed-in-Python-tp12099.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com.