Recent Releases of sure

sure - v3.0a0

presents test runner, more test coverage and entirely rethought documentation

full changelog available at sure.readthedocs.io

- Python
Published by gabrielfalcao about 2 years ago

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

- Python
Published by gabrielfalcao about 3 years ago

sure - v1.4.7

Fixed

  • Remove wrong parens for format call. Refs #139

- Python
Published by timofurrer over 8 years ago

sure - v1.4.6

Added

  • Support and test against PyPy 3

Fixed

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

- Python
Published by timofurrer almost 9 years ago

sure - v1.4.4

Aligned git tags and PyPI releases

- Python
Published by timofurrer almost 9 years ago

sure - v1.4.3

Fixed

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

- Python
Published by timofurrer almost 9 years ago

sure - v1.4.5

Fixed

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

- Python
Published by timofurrer almost 9 years ago

sure - v1.4.2

Added

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

- Python
Published by timofurrer almost 9 years ago

sure - 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

- Python
Published by timofurrer about 9 years ago

sure -

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

- Python
Published by timofurrer over 9 years ago

sure -

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

- Python
Published by timofurrer over 9 years ago