Metadata-Version: 2.1
Name: python_test_helper
Version: 0.0.2
Summary: Simple Methods to help you in your tests
Home-page: https://github.com/delrey1/python-test-helper
Keywords: python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Python Test Helper

## Contents

### jwt_helper

#### sleep_until_access_token_ready

Use this if your computer clock is behind the token server

```
from helper_methods.helper import jwt_helper

jwt_helper.sleep_until_access_token_ready(access_token)
```

### request_helper

`RequestHelper`

* Extends the requests `Session` to allow a `base_url` to be provided
