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

gh60 - integrate unittest #62

Closed zghp closed 1 day ago

zghp commented 1 month ago

Added a new unittestTestControl class that uses unittest and inherits the testPrepareFunction() for setUp() and testEndFunction() for tearDown(). Then added 2 basic tests using unitttest and a script to run them using pytest (to get an xml report)

CLAassistant commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


zghp seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

TB-1993 commented 1 day ago

Not merging this as new design for unittest integration has been created.