soft-assert
Описание
Soft assertions for Pytest / Python
Языки
- Python100%
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
README.md
soft-asserts
Soft assertions for Python/Pytest
Installation
Usage
Assertion is performed immediately after the call ,
but the expected result is obtained only after exit the context manager check()verify()
Quick example:
You can use asserts in loop:
Also you can use it with pytest parametrized tests:
Example of output:
More examples you can find in test_example.py