Metadata-Version: 2.1
Name: google-cloud-testutils
Version: 1.7.1
Home-page: https://github.com/googleapis/google-cloud-python/packages/google-cloud-testutils
Author: Google LLC
Author-email: googleapis-packages@google.com
License: Apache 2.0
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: click (>=7.0.0)
Requires-Dist: google-auth (>=0.4.0)
Requires-Dist: packaging (>=22.0)

#################
Python Test Utils
#################

This is a collection of common tools used in system tests of Python client libraries for Google APIs.

We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests. This package is added to each `nox` session as described in each repository's ``noxfile.py``.

