File: about.rst

package info (click to toggle)
python-sure 2.0.1%2Bgit.2023.02.06.3aef950b7c-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 744 kB
  • sloc: python: 3,512; makefile: 255; sh: 12
file content (19 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _About:

About sure
==========

The assertion library is 100% inspired be the awesomeness of
`should.js <https://github.com/visionmedia/should.js>`__ which is
simple, declarative and fluent.

Sure strives to provide everything a python developer needs in an
assertion:

-  Assertion messages are easy to understand

-  When comparing iterables the comparation is recursive and shows
   exactly where is the error

-  Fluency: the builtin types are changed in order to provide awesome
   simple assertions