Skip to main content

utility belt for automated testing in python for python

Project description

sure 1.2.5

A testing library for python with powerful and flexible assertions. Sure is heavily inspired by should.js

Build Status

Installing

user@machine:~$ [sudo] pip install sure

Documentation

Available in the website or under the spec directory.

You can also build the documentation locally using markment:

pip install markment
markment --server --theme=rtd ./spec/

Here is a tease

Equality

(number).should.equal(number)

import sure

(4).should.be.equal(2 + 2)
(7.5).should.eql(3.5 + 4)
(2).should.equal(8 / 4)

(3).shouldnt.be.equal(5)

{‘a’: ‘collection’}.should.equal({‘a’: ‘collection’}) does deep comparison

{'foo': 'bar'}.should.equal({'foo': 'bar'})
{'foo': 'bar'}.should.eql({'foo': 'bar'})
{'foo': 'bar'}.must.be.equal({'foo': 'bar'})

“A string”.lower().should.equal(“a string”) also works

"Awesome ASSERTIONS".lower().split().should.equal(['awesome', 'assertions'])

Project details


Release history Release notifications | RSS feed

This version

1.2.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sure-1.2.5.tar.gz (19.0 kB view details)

Uploaded Source

File details

Details for the file sure-1.2.5.tar.gz.

File metadata

  • Download URL: sure-1.2.5.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sure-1.2.5.tar.gz
Algorithm Hash digest
SHA256 63f9861f607c5a27d090edaf91e6c93421a11ae1c011171f7394f44ccc391cdc
MD5 1470c08420681ca904bf306b1b3d250d
BLAKE2b-256 3b4602a0f911c83915ae8e51dfe2ee447e0af7e87df9c695485b37cd3b43411c

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page