Skip to main content

Plugin for sending automation test data from Pytest to the initry

Project description

pytest-initry

Plugin for sending automation test data from Pytest to the initry.

  1. Install:
    pip install pytest-initry
    
  2. Configure pytest.ini:
    [pytest]
    initry_host = localhost
    initry_grpc_port = 50051
    initry_batching = false
    
  3. CLI can also be used, but it's not the preferred method. The arguments will be the same as those mentioned for the pytest.ini config file.
    pytest --initry-host=localhost --initry-batching=true
    

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest_initry-0.1.1.tar.gz (14.0 kB view hashes)

Uploaded Source

Built Distribution

pytest_initry-0.1.1-py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page