For automated testing purposes, use the built-in unittest module or other third-party packages like pytest .
Reference:
- The
unittestModule - The
pytestPackage (recommended)
For automated testing purposes, use the built-in unittest module or other third-party packages like pytest .
Reference:
unittest Modulepytest Package (recommended)