rdkcentral / python_raft

RAFT is a Python based testing framework for writing engineering tests. It provides a modular, config driven, low level testing framework
Apache License 2.0
2 stars 0 forks source link

Create unit tests for all modules #31

Open TB-1993 opened 3 months ago

TB-1993 commented 3 months ago

Goal: All control modules should have a unit test to prove their functionality

Currently, only a few of the control modules have unit tests that full test their functionality. This ticket is more of a placeholder for the backlog to show that all modules will require unit tests to prove their functionality.

Acceptance Criteria: