Metadata-Version: 1.0
Name: delayed-assert
Version: 0.2
Summary: Delayed/soft assertions for python
Home-page: https://github.com/pr4bh4sh/python-delayed-assert
Author: pr4bh4sh
Author-email: UNKNOWN
License: UNKNOWN
Description: [![Downloads](https://pepy.tech/badge/delayed-assert)](https://pepy.tech/project/delayed-assert)
        [![Downloads](https://pepy.tech/badge/delayed-assert/month)](https://pepy.tech/project/delayed-assert)
        # python-delayed-assert
        
        Delayed aka. Soft asserts for python
        
        #### 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
        
        See example unittest for usage. Should work with other testing frameworks.
        
        ![Sample](https://github.com/pr4bh4sh/python-delayed-assert/raw/colorise-output/sample.jpg)
        
        
        Credit : <http://pythontesting.net/strategy/delayed-assert/>
        
Platform: UNKNOWN
