Tian Gao created SPARK-54450:
--------------------------------

             Summary: We should be able to run test from unittest style string
                 Key: SPARK-54450
                 URL: https://issues.apache.org/jira/browse/SPARK-54450
             Project: Spark
          Issue Type: Test
          Components: PySpark
    Affects Versions: 4.2.0
            Reporter: Tian Gao


Currently we can run individual pyspark tests by

run-tests --testname="test.module TestClass.test_case"

But unittest will report errors with style of test.module.TestClass.test_case - 
it's something people already get used to.

It's fine that we have our own style, but it would be nice if we can support 
copy-paste directly from unittest report.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to