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

Increase unit test coverage for changes in PR #1357 #1358

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

gzpcho
Copy link
Contributor

@gzpcho gzpcho commented Dec 6, 2023

Add unit tests to increase coverage of changes made in #1357

CDP-7321

@gzpcho gzpcho requested a review from a team as a code owner December 6, 2023 18:11
@gzpcho gzpcho changed the title Increase unit test coverage Increase unit test coverage for #1357 Dec 6, 2023
@gzpcho gzpcho changed the title Increase unit test coverage for #1357 Increase unit test coverage for changes in PR #1357 Dec 6, 2023
@gzpcho gzpcho requested a review from robbintt December 6, 2023 21:14
@@ -13,6 +13,8 @@
# limitations under the License.

import unittest
from abc import ABCMeta, abstractmethod
from future.utils import with_metaclass
Copy link
Contributor

Choose a reason for hiding this comment

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

why we need this? the codebase is already py3.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Left changing ABCMeta -> ABC to a separate PR. This test would cover that change to ensure the same functionality is preserved

@gzpcho gzpcho merged commit 7b96d32 into master Dec 7, 2023
3 checks passed
@gzpcho gzpcho deleted the iroquebert/deployd-unit-tests branch December 7, 2023 22:40
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.

2 participants