| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
=========
Features
-------------
- * Adds the tests to the sdist. Fixed by #150
#141 <https://github.com/hamcrest/PyHamcrest/issues/141>
- * Update the CI to test Python 3.10
#160 <https://github.com/hamcrest/PyHamcrest/issues/160>
- * Add pretty string representation for matchers objects
#170 <https://github.com/hamcrest/PyHamcrest/issues/170>
Bugfixes
------------
- * Test coverage is now submitted to codecov.io.
Fixed by #150
#135 <https://github.com/hamcrest/PyHamcrest/issues/135>
- Change to the ``has_entry()`` matcher - if exactly one key matches,
but the value does not, report only the mismatching value.
Fixed by #157
#156 <https://github.com/hamcrest/PyHamcrest/issues/156>
- * Fix is_() type annotations
#180 <https://github.com/hamcrest/PyHamcrest/issues/180>
Misc
-------------
- #150 <https://github.com/hamcrest/PyHamcrest/issues/150>
#159 <https://github.com/hamcrest/PyHamcrest/issues/159>
#162 <https://github.com/hamcrest/PyHamcrest/issues/162>
#163 <https://github.com/hamcrest/PyHamcrest/issues/163>
#166 <https://github.com/hamcrest/PyHamcrest/issues/166>
#175 <https://github.com/hamcrest/PyHamcrest/issues/175>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
| |
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Upgrade to release 2.0.2:
- Various type hint bug fixes.
- Make hamcrest package PEP 561 compatible, i.e. supply type hints
for external use.
- Drop formal support for 2.x
- Drop formal support for 3.x < 3.5
- Fix raises() grows support for additional matchers on exception
object.
- Made has_properties() report all mismatches, not just the first.
- Silence warnings.
- Type fixes.
- Remove obsolete dependencies.
The year in LICENSE.txt has been updated and the LIC_FILES_CHKSUM
changed. The license remains the same.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|