From 3da9a2257aef2fb6fff8a4c2e259fa4ae8551c32 Mon Sep 17 00:00:00 2001 From: Nicholas Cook Date: Mon, 24 Jan 2022 13:13:28 -0800 Subject: [PATCH 1/2] fix: broken link in README --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 889cba7..0345e82 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,7 @@ Windows Next Steps ~~~~~~~~~~ -- See the [Samples](./samples/snippets/README.md). +- See the `Samples`_. - Read the `Client Library Documentation`_ for Cloud Transcoder API API to see other available methods on the client. - Read the `Transcoder API Product documentation`_ to learn @@ -80,5 +80,6 @@ Next Steps - View this `README`_ to see the full list of Cloud APIs that we cover. +.. _Samples: https://github.com/googleapis/python-video-transcoder/blob/main/samples/snippets/README.md .. _Transcoder API Product documentation: https://cloud.google.com/transcoder/docs -.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst \ No newline at end of file +.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst From 477882ec2e5d8c3bff605d016ac03be65c81b8be Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 24 Jan 2022 21:15:53 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- samples/snippets/noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/snippets/noxfile.py b/samples/snippets/noxfile.py index 3bbef5d..20cdfc6 100644 --- a/samples/snippets/noxfile.py +++ b/samples/snippets/noxfile.py @@ -187,6 +187,7 @@ def _session_tests( ) -> None: # check for presence of tests test_list = glob.glob("*_test.py") + glob.glob("test_*.py") + test_list.extend(glob.glob("tests")) if len(test_list) == 0: print("No tests found, skipping directory.") else: