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

Resolvables #53

Merged
merged 6 commits into from
Mar 8, 2024
Merged

Resolvables #53

merged 6 commits into from
Mar 8, 2024

Conversation

bandophahita
Copy link
Contributor

Addresses #43

Copy link
Member

@perrygoy perrygoy left a comment

Choose a reason for hiding this comment

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

I feel like i'm forgetting something, but i also had these two thoughts.


def __init__(self) -> None: # pylint: disable=useless-super-delegation
super().__init__()
@beat("... hoping it's clickable")
Copy link
Member

Choose a reason for hiding this comment

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

I think these need punctuation at the end, i.e.

@beat("... hoping it's clickable.")

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated. I also somehow missed adding two tests for confirming these messages.

assert annotation == "IsPresentElement"
assert type(ip.matcher) == IsPresentElement
assert type(ip.resolve()) == IsPresentElement
Copy link
Member

Choose a reason for hiding this comment

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

Don't we have a test_matches_protocols test that we run? Maybe that's just for Actions?

Copy link
Member

Choose a reason for hiding this comment

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

Looks like we don't have those tests in screenpy for Resolutions, hm...

@bandophahita bandophahita requested a review from perrygoy March 6, 2024 22:59
Copy link
Member

@perrygoy perrygoy left a comment

Choose a reason for hiding this comment

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

Nice work, @bandophahita! Finally got these to follow the new standard. 👍

@bandophahita bandophahita merged commit 4b7ea86 into ScreenPyHQ:trunk Mar 8, 2024
12 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.

2 participants