alysivji / finite-state-machine

Lightweight, decorator-based Python implementation of a Finite State Machine
MIT License
111 stars 12 forks source link

Find all transition conditions that are not True; list them in the raised Exception #20

Closed alysivji closed 4 years ago

alysivji commented 4 years ago

Closes #15

codecov-commenter commented 4 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.32%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   95.20%   95.52%   +0.32%     
==========================================
  Files           6        6              
  Lines         125      134       +9     
==========================================
+ Hits          119      128       +9     
  Misses          6        6              
Impacted Files Coverage Δ
finite_state_machine/exceptions.py 100.00% <100.00%> (ø)
finite_state_machine/state_machine.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 18b0da9...7cd9cb6. Read the comment docs.