Skip to content

Commit 528094c

Browse files
committed
add pyspark resource module to testing module
1 parent a6e9ac2 commit 528094c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dev/sparktestsupport/modules.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,21 @@ def __hash__(self):
398398
)
399399

400400

401+
pyspark_resource = Module(
402+
name="pyspark-resource",
403+
dependencies=[
404+
pyspark_core
405+
],
406+
source_file_regexes=[
407+
"python/pyspark/resource"
408+
],
409+
python_test_goals=[
410+
# unittests
411+
"pyspark.resource.tests.test_resources",
412+
]
413+
)
414+
415+
401416
pyspark_streaming = Module(
402417
name="pyspark-streaming",
403418
dependencies=[

0 commit comments

Comments
 (0)