tidy3d.web.api.webapi.test#
- class test[source]#
Bases:
Confirm whether Tidy3D authentication is configured.
- Raises:
WebError β If Tidy3D authentication is not configured correctly.
Notes
This method tests the authentication configuration by attempting to retrieve the task list. If authentication is not properly set up, it will raise an exception with instructions on how to configure authentication.
Examples
Test authentication:
web.test() # If successful, displays: # Authentication configured successfully!
Inherited Common Usage