malexer / pytest-spark

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

Is there any way to redirect test result(output) into a specific folder? #15

Closed Heermosi closed 4 years ago

Heermosi commented 5 years ago

I'm got stuck on this. If the test result can only be output to stdout, then it shall be a waste of time in searching for corresponding test results...

malexer commented 4 years ago

Check the following link: https://stackoverflow.com/questions/31793540/how-to-save-pytests-results-logs-to-a-file

Hope that helps.