wazuh / qa-system-framework

GNU General Public License v2.0
1 stars 3 forks source link

Add custom requests module #23

Closed jmv74211 closed 1 year ago

jmv74211 commented 1 year ago
Related issue
#11

This PR adds a new module to make custom HTTP/s requests. In addition, a basic unit tests have been added.

The added modules and tests are as follows:

── src
│   └── wazuh_qa_framework
│       ├── generic_modules
│       │   ├── request
│       │   │   └── request.py
──tests
    ├── generic_modules
    │   ├── test_request
    │   │   ├── test_request_types.py
    │   │   └── test_verify_ssl_cert.py