s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Transactional aspect #67

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 6 years ago

Closes #64

FIXME: Rewrite tests for TransactionalAspect

s-kostyuk commented 6 years ago

By default Codacy forbids the usage of assert statements in the code. The reason for that was explained by the following link: https://docs.openstack.org/bandit/latest/plugins/b101_assert_used.html.

Considering this, I disable this check and promise to use assert statements only to test conditions which are impossible and will not ever happen. Only for conditions which are possible to happen only on developer's fault.