Skip to content

Refactor tests to use pytest instead of unittest#14

Merged
afshawnlotfi merged 1 commit intomainfrom
improvement/pytest
Jan 14, 2026
Merged

Refactor tests to use pytest instead of unittest#14
afshawnlotfi merged 1 commit intomainfrom
improvement/pytest

Conversation

@afshawnlotfi
Copy link
Member

  • Updated test files to replace unittest with pytest for improved readability and simplicity.
  • Converted assertions from unittest style to pytest style using assert statements.
  • Removed unnecessary unittest.TestCase inheritance.
  • Simplified test structures and improved consistency across test cases.

- Updated test files to replace unittest with pytest for improved readability and simplicity.
- Converted assertions from unittest style to pytest style using assert statements.
- Removed unnecessary unittest.TestCase inheritance.
- Simplified test structures and improved consistency across test cases.
@afshawnlotfi afshawnlotfi merged commit a68bb0f into main Jan 14, 2026
2 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments