Skip to main content

No project description provided

Project description

PyPI version Downloads Downloads

Python-Delayed-Assert

Delayed aka. Soft asserts for python - No Dependenices on any other framework. - Should work with any testing framework.

Install via pip:

pip install delayed-assert 

Install from master:

pip install git+https://github.com/pr4bh4sh/python-delayed-assert

Import as:

from delayed_assert import delayed_assert

Uses with assert library:

Pass the asserting statement as

lambda: self.assertListEqual([4,5,6,2,5],[7,8])

While I've tested only with unittest asserttion,It should be able to use any assertion library.

Keep in mind that, Python lambda does not support statement inside lambda, so lambda: assert 1 == 1 won't work as it's not valid lambda expression

See ExampleUnittest.py for usage.

Sample

Credit : http://pythontesting.net/strategy/delayed-assert/

Project details


Download files

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

Source Distribution

delayed_assert-0.3.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

delayed_assert-0.3.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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