You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/05/04 17:58:20 UTC

[beam] branch master updated: re-add testing package to pydoc (#17524)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f2ecfda915 re-add testing package to pydoc (#17524)
8f2ecfda915 is described below

commit 8f2ecfda9150654e89e83899c33cab948cbe7ac0
Author: Pablo Estrada <pa...@users.noreply.github.com>
AuthorDate: Wed May 4 13:58:09 2022 -0400

    re-add testing package to pydoc (#17524)
    
    * re-add testing package to pydoc
    
    * fixup
---
 sdks/python/scripts/generate_pydoc.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sdks/python/scripts/generate_pydoc.sh b/sdks/python/scripts/generate_pydoc.sh
index cb86043b34a..3c4f7524f64 100755
--- a/sdks/python/scripts/generate_pydoc.sh
+++ b/sdks/python/scripts/generate_pydoc.sh
@@ -63,8 +63,10 @@ excluded_patterns=(
     'apache_beam/runners/portability/'
     'apache_beam/runners/test/'
     'apache_beam/runners/worker/'
-    'apache_beam/testing/'
     'apache_beam/testing/benchmarks/chicago_taxi/'
+    'apache_beam/testing/benchmarks/data/'
+    'apache_beam/testing/benchmarks/load_tests/'
+    'apache_beam/testing/.*test.py'
     'apache_beam/tools/'
     'apache_beam/tools/map_fn_microbenchmark.*'
     'apache_beam/transforms/cy_combiners.*'