Skip to content

Releases: gabrielfalcao/sure

v2.0.1

06 Feb 12:03
84a45bf
Compare
Choose a tag to compare
  • 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

02 Oct 13:43
4370d12
Compare
Choose a tag to compare

Fixed

  • Remove wrong parens for format call. Refs #139

v1.4.6

07 May 16:19
623fbcd
Compare
Choose a tag to compare

Added

  • Support and test against PyPy 3

Fixed

  • Fix safe representation in exception messages for bytes and unicode objects. Refs #136

v1.4.5

01 Apr 09:52
092b000
Compare
Choose a tag to compare

Fixed

  • Correctly escape special character for str.format() for assertion messages. Refs #134

v1.4.4

01 Apr 09:53
Compare
Choose a tag to compare

Aligned git tags and PyPI releases

v1.4.3

01 Apr 09:53
Compare
Choose a tag to compare

Fixed

  • Bug in setup.py that would break in python > 2

v1.4.2

19 Mar 19:55
a77273d
Compare
Choose a tag to compare

Added

  • ensure context manager to provide custom assertion messages. Refs #125

v1.4.1

10 Feb 22:05
d10d1de
Compare
Choose a tag to compare

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

29 Jun 04:46
Compare
Choose a tag to compare

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

v1.3.0

06 Jun 03:08
Compare
Choose a tag to compare

Added

  • Python 3.3, 3.4 and 3.5 support
  • pypy support
  • Support comparison of OrderedDict. Refs #55

Fixed

  • contain assertion. Refs #104

See for full ChangeLog: https://github.com/gabrielfalcao/sure/blob/master/CHANGELOG.md#v130