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

refactor: remove store dependency in component unit test #118

Merged
merged 6 commits into from
Dec 29, 2022
Merged

Conversation

icepeng
Copy link
Collaborator

@icepeng icepeng commented Dec 29, 2022

See ADR for more context.

Copy link
Collaborator

@oleneyl oleneyl left a comment

Choose a reason for hiding this comment

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

issue: copy 남아있는거 없는지만 확인해주세요. 없는것 같긴 한데..

Comment on lines 26 to 29
def deepcopy(self: T) -> T:
values = dict(self._iter())
fields_set = set(self.__fields_set__)
return self._copy_and_set_values(values, fields_set, deep=True)
Copy link
Collaborator

Choose a reason for hiding this comment

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

question: 이거 구현을 이렇게 해야 하나보네요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

이거 반환 타입이 Unknown으로 잡히고 있었네요;; 수정했습니다.

@oleneyl oleneyl merged commit 66fb7be into main Dec 29, 2022
@oleneyl oleneyl deleted the refactor-test branch December 29, 2022 14:23
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.

None yet

2 participants