Skip to main content

Hivescope: E2E testing library for HiveMind protocol

Project description

Hivescope

A self-contained pytest-based E2E testing library for HiveMind protocol implementations.

Install

pip install "hivescope @ git+https://github.com/JarbasHiveMind/hivescope@dev"

With OVOS skill-level testing support:

pip install "hivescope[ovos] @ git+https://github.com/JarbasHiveMind/hivescope@dev"

Quick Start

from hivescope.scenarios import single_satellite
from hivescope.assertions import assert_handshake_complete, assert_encryption_match

def test_handshake():
    builder = single_satellite()
    builder.start_all()
    try:
        master = builder.get_master("M0")
        satellite = builder.get_satellite("S0")
        assert_handshake_complete(master, satellite)
        assert_encryption_match(master, satellite)
    finally:
        builder.stop_all()

Using pytest fixtures (add to tests/conftest.py):

pytest_plugins = ['hivescope.pytest_fixtures']
def test_message_forwarded(master_node, satellite_node):
    from ovos_bus_client.message import Message
    satellite_node.send(Message("test:ping", {}))
    master_node.recorder.assert_received("BUS", count=1)

Templates

Copy-paste test templates from templates/ into your repo's tests/e2e/:

Template Covers
test_template_handshake.py Cipher/encoding agreement, handshake completion
test_template_routing.py Message routing through master
test_template_acl.py ACL enforcement for restricted satellites
test_template_binary.py Binary protocol message handling

Configuration

Key Default Purpose
use_loopback False Pass True to add_master() to use loopback network protocol instead of in-process
[ovos] extra not installed Enables OvoscopeAgentProtocol backed by a live MiniCroft

API Reference

See docs/index.md for the full public API.

License

AGPL-3.0

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

hivescope-0.5.0a1.tar.gz (47.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hivescope-0.5.0a1-py3-none-any.whl (47.2 kB view details)

Uploaded Python 3

File details

Details for the file hivescope-0.5.0a1.tar.gz.

File metadata

  • Download URL: hivescope-0.5.0a1.tar.gz
  • Upload date:
  • Size: 47.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hivescope-0.5.0a1.tar.gz
Algorithm Hash digest
SHA256 a946d97a1761124087567a33abfa454ce89e83cd7764e6855bd0bcab3d3df004
MD5 4a1597844a1ec5eb8e24e371776c52a5
BLAKE2b-256 cbbac75ccd4e1f2a27924b3bc313c55e127c3915f0c4249a26b656583826eebe

See more details on using hashes here.

File details

Details for the file hivescope-0.5.0a1-py3-none-any.whl.

File metadata

  • Download URL: hivescope-0.5.0a1-py3-none-any.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hivescope-0.5.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 3e3d90b2e8eb2f2aa6116e25403273d431f4158f6787eaf4588b9339e4273612
MD5 09a5e2ed0e9ba12ca49a2f872d3a40c9
BLAKE2b-256 86a4acb189d162f9d611e289f18243f58dd06b257e8947d07a329312ac20a4b9

See more details on using hashes here.

Supported by

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