MoeSalah1999

Results 3 issues of MoeSalah1999

## Proposed Commit Message ``` Converted test_cc_growpart.py from unittest to pytest: -Removed all unittest and TestCase imports and inheritances. -Used pytest fixtures. -Converted all self.assert to plain assert. -Made a...

## Proposed Commit Message ``` Converted test_cc_power_state_change.py from unittest to pytest: - Removed all TestCase subclasses. - Used pytest fixtures instead of the unittest setUp method. - Converted all self.assert...

## Proposed Commit Message ``` test: Converted test_cc_rsyslog.py from unittest to pytest, made sure test case classes don't inherit from TestCase, used pytest fixtures instead of unittest setUp method, and...