Tian Gao created SPARK-54545:
--------------------------------
Summary: Allow name patterns for run-test
Key: SPARK-54545
URL: https://issues.apache.org/jira/browse/SPARK-54545
Project: Spark
Issue Type: Test
Components: PySpark
Affects Versions: 4.2.0
Reporter: Tian Gao
Looking for the actual TestClass for a specific test is not trivial - because
we are using Mixin pattern. The class where the test method is defined in is
not the actual unittest class we run. This makes specifying a test case very
difficult.
We could simply allow patterns - this won't break old code. The full
specification still works. But it allows users to only define test_method or
even a sub_string to run tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]