The validate.py module#

Summary#

validate

Create a client using the default settings and validate it.

Description#

Module to perform a connection validation check.

The method in this module is only used for testing the default Docker service on GitHub and can safely be skipped within testing.

This command shows how this method is typically used:

python -c "from ansys.geometry.core.connection import validate; validate()"

Module detail#

validate.validate(*args, **kwargs)#

Create a client using the default settings and validate it.