Metadata-Version: 2.4
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: google-auth>=0.4.0
Requires-Dist: click>=7.0.0
Requires-Dist: packaging>=22.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python

#################
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``.

