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

Improve has_properties description. #103

Merged
merged 1 commit into from Jul 3, 2019
Merged

Improve has_properties description. #103

merged 1 commit into from Jul 3, 2019

Conversation

brunns
Copy link
Member

@brunns brunns commented Mar 25, 2019

Before:

str(has_properties(x=6, y=5, z=7))
(an object with a property 'x' matching <6> and an object with a property 'y' matching <5> and an object with a property 'z' matching <7>)

After:

str(has_properties(x=6, y=5, z=7))
an object with properties 'x' matching <6> and 'y' matching <5> and 'z' matching <7>

@brunns
Copy link
Member Author

brunns commented Mar 25, 2019

CC @keis.

@brunns
Copy link
Member Author

brunns commented Mar 25, 2019

Rebased on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 24e1d2b on brunns:improve-has_properties-description into 167e321 on hamcrest:master.

7 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 24e1d2b on brunns:improve-has_properties-description into 167e321 on hamcrest:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 24e1d2b on brunns:improve-has_properties-description into 167e321 on hamcrest:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 24e1d2b on brunns:improve-has_properties-description into 167e321 on hamcrest:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 24e1d2b on brunns:improve-has_properties-description into 167e321 on hamcrest:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 24e1d2b on brunns:improve-has_properties-description into 167e321 on hamcrest:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 24e1d2b on brunns:improve-has_properties-description into 167e321 on hamcrest:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 24e1d2b on brunns:improve-has_properties-description into 167e321 on hamcrest:master.

@brunns brunns merged commit 172a225 into hamcrest:master Jul 3, 2019
@brunns brunns deleted the improve-has_properties-description branch July 3, 2019 12:06
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