Releases: gabrielfalcao/sure
Releases · gabrielfalcao/sure
v2.0.1
- Fixes CI build (Github Actions)
- Fixes broken tests
- Housekeeping: Licensing
- Disable nosetests for testing leaving only pytest as supported test-runner for now
v1.4.7
Fixed
- Remove wrong parens for format call. Refs #139
v1.4.6
Added
- Support and test against PyPy 3
Fixed
- Fix safe representation in exception messages for bytes and unicode objects. Refs #136
v1.4.5
Fixed
- Correctly escape special character for
str.format()
for assertion messages. Refs #134
v1.4.4
Aligned git tags and PyPI releases
v1.4.3
Fixed
- Bug in setup.py that would break in python > 2
v1.4.2
Added
ensure
context manager to provide custom assertion messages. Refs #125
v1.4.1
Added
- Python 3.6 support
- Python 3.7-dev support (allowed to fail)
Fixed
- Do not overwrite existing class and instance attributes with sure properties (when. should, ...). Refs #127, #129
- Fix patched built-in
dir()
method. Refs #124, #128
v1.4.0
Added
- anything object which is accessible with
sure.anything
- interface to extend sure. Refs #31
Removed
- Last traces of Python 2.6 support
Fixed
- Allow overwriting of monkey-patched properties by sure. Refs #19
- Assertions for raises