Metadata-Version: 2.1
Name: utesting
Version: 1.0.0
Summary: Module for unit testing
Author: s0urce
Author-email: boyarkin.gleb@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# utesting

GitHub: https://github.com/s0urce18/utesting

Python module for unit testing

`@mark_test_unit(cases, only_errors, no_print)` — decorator for marking test unit

`add_test_unit(callback, only_errors, no_print)` — same as mark_test_unit, but can't be used as decorator

And other documentation in `__init__.py` and examples in `examples.py`
