Skip to content
Ulrond edited this page Nov 15, 2024 · 7 revisions

Welcome to the python_raft wiki!

python_raft is a Python-based engineering testing framework for validating embedded devices. It simplifies test development with modules for device control, remote control interaction, and more.

Key Features

  • Modular Design: Easily integrate and extend functionalities.
  • Remote Control Abstraction: Standardized interaction with various remote control devices.
  • Device Management: Control and communicate with devices under test.
  • Logging and Reporting: Track test execution and results.
  • Webpage Interaction: Interact with web pages and applications.
  • Extensible Framework: Enhance capabilities with plug-ins and extensions.

Getting Started

Raft Modules

Framework Plugins

  • ut-raft: Integrate python_raft with unit testing frameworks.