Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate tests from unittest to pytest #137

Merged
merged 3 commits into from Feb 22, 2024

Conversation

soaressgabriel
Copy link
Collaborator

Checklist

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Added tests for changed code.
  • Updated documentation for changed code.

Description

  • Converted all current unittest test cases to pytest;
  • Utilized pytest markers to categorize tests more effectively.

Related Issue

Motivation and context

How has this been tested

  • Manually.

Screenshots

  • N/A

@soaressgabriel soaressgabriel self-assigned this Feb 22, 2024
@soaressgabriel soaressgabriel linked an issue Feb 22, 2024 that may be closed by this pull request
Copy link
Collaborator

@LINAMARIAOSORIO LINAMARIAOSORIO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@soaressgabriel soaressgabriel merged commit 8dec9a3 into main Feb 22, 2024
@soaressgabriel soaressgabriel deleted the test/133-migrate-tests-from-unittest-to-pytest branch February 22, 2024 21:38
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.

Migrate tests from unittest to pytest
2 participants