Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Enums #25

Merged
merged 9 commits into from
Dec 7, 2020
Merged

Add support for Enums #25

merged 9 commits into from
Dec 7, 2020

Conversation

alysivji
Copy link
Owner

@alysivji alysivji commented Dec 6, 2020

Closes #7.

Building off the work in #24 which added support for IntEnum, this PR adds support for regular Enums.

  • update README with types accepted

@codecov-io
Copy link

codecov-io commented Dec 6, 2020

Codecov Report

Merging #25 (412e666) into master (38c7e06) will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   96.10%   96.20%   +0.09%     
==========================================
  Files           7        7              
  Lines         154      158       +4     
==========================================
+ Hits          148      152       +4     
  Misses          6        6              
Impacted Files Coverage Δ
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 38c7e06...412e666. Read the comment docs.

@alysivji alysivji merged commit 49c61da into master Dec 7, 2020
@alysivji alysivji deleted the 7-enable-enum branch December 7, 2020 13:08
@alysivji alysivji mentioned this pull request Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for enums
2 participants