Conversation
d69ee2f to
6b241f2
Compare
Codecov Report
@@ Coverage Diff @@
## develop #247 +/- ##
======================================
Coverage 100% 100%
======================================
Files 5 5
Lines 308 313 +5
Branches 42 45 +3
======================================
+ Hits 308 313 +5
Continue to review full report at Codecov.
|
|
How important is it to reduce the cognitive complexity in this case? I think creating additional functions will complicate the code even more. |
|
Solves Issue: #211 |
|
Hi @rschrader , thanks for fixing this issue. Could you please add tests to cover this scenario? Also consider adding yourself at AUTHORS.rst/Contributors list. |
d0879a8 to
6539539
Compare
|
Sure :) |
When defining states and transitions in a base class, they are not detected by the sub class. Therefore The StateMachinMetaClass is extended to also take care of the states and transitions of the base classes Issue: fgmacedo#211
|
I am ready to merge :) |
|
@fgmacedo : ist there anything missing to merge the pull request? Shall I change anything. Just wondering why it doesn't get merged. |
|
@rschrader Thanks for your contribution! I've made a few updates since |
When defining states and transitions in a base class, they are not
detected by the sub class. Therefore The StateMachinMetaClass is
extended to also take care of the states and transitions of the base
classes