forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-43062][INFRA][PYTHON][TESTS] Add options to lint-python to run…
… each test separately ### What changes were proposed in this pull request? Add options to `lint-python` to run each test separately. ``` lint-python [--compile] [--black] [--flake8] [--mypy] [--mypy-examples] [--mypy-data] ``` ### Why are the changes needed? Running each test separately is sometimes useful during the development. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manually run `lint-python` with options. Closes apache#40698 from ueshin/issues/SPARK-43062/lint-python. Authored-by: Takuya UESHIN <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information
1 parent
f3edc0c
commit 193deed
Showing
1 changed file
with
70 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters