Skip to content

Commit

Permalink
add pyspark resource module to testing module
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Apr 20, 2020
1 parent a6e9ac2 commit 528094c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dev/sparktestsupport/modules.py
Expand Up @@ -398,6 +398,21 @@ def __hash__(self):
)


pyspark_resource = Module(
name="pyspark-resource",
dependencies=[
pyspark_core
],
source_file_regexes=[
"python/pyspark/resource"
],
python_test_goals=[
# unittests
"pyspark.resource.tests.test_resources",
]
)


pyspark_streaming = Module(
name="pyspark-streaming",
dependencies=[
Expand Down

0 comments on commit 528094c

Please sign in to comment.