1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed wrap_shortcut to wrap_matcher. More... almost 15 years ago
Improvements to Python documentation. More... almost 15 years ago
Oops, get rid of stray tab characters More... almost 15 years ago
Renamed "internal" module to "helpers" so they're more obvious to matcher writers. More... almost 15 years ago
Moved selfdescribingvalue.py out of "internal" More... almost 15 years ago
Added Python author/copyright/license/version variables More... almost 15 years ago
Fixed Issue 105: Unit test was failing on Windows XP. More... almost 15 years ago
Fixed Issue 102 (Failing unit test issame_test.py) More... over 15 years ago
(Python convention) Corrected variable name from camelCase to lower_case. More... over 16 years ago
Matcher: Added optional mismatch_description argument to matches method. Added describe_mismatch method. More... over 16 years ago
Changed those matchers that describe themselves as xxx(...) so that xxx matches the name of the factory function. (Python) More... about 17 years ago
Oops, I didn't mean for my last commit to also include all my commenting changes. Oh well. Adding has_length matcher. More... about 17 years ago
Renamed library.sequence to library.collection, because it handles more than sequences. It also does dictionaries, and Python is adding other collection types like sets. More... about 17 years ago
Added missing test for description. More... over 17 years ago
Strip whitespace from original string in initializer, not for every match. More... over 17 years ago
Renamed instance variables to conform to Python style guide. More... over 17 years ago
Added equal_to_ignoring_case text matcher. More... over 17 years ago
Refactoring: Extracted base class SubstringMatcher from StringContains, StringEndsWith and StringStartsWith. More... over 17 years ago
Improved documentation, and gave more precise names to matcher member variables. More... over 17 years ago
Test cleanup, and added some that were missing. More... over 17 years ago
Improved maintainability of tests. In particular, moved definitions of test support classes into the test methods that use them. More... over 17 years ago
Added two more isequal tests for completeness, but the Python implementation already takes care of them. More... over 17 years ago
Changed names to use underscores for improved consistency. "is_" remains unchanged at this time, but now it is the only oddball one has to remember. More... over 17 years ago
Moved Python tutorial into wiki More... over 17 years ago
Initial submission of hamcrest-python. More... over 17 years ago