Skip to content

Add Integrational Tests #5

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

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

ipetrushchak
Copy link
Owner

  • Added error handling tests to simulate and handle possible errors or exceptions from the ReportPortal service.
  • Added parameterized tests using @pytest.mark.parametrize for methods that can accept a wide range of inputs.
  • Ensured cleanup and teardown using pytest fixtures with finalizers or the teardown_method.
  • Added integration tests that interact with a mock or test instance of the ReportPortal service to validate the integration points more thoroughly.

This PR enhances the test coverage and robustness of the ReportPortal client integration.

@ipetrushchak ipetrushchak merged commit 9918163 into develop Oct 31, 2024
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