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: pyreverse class diagrams for hsm.py and test_hsm.py #146

Merged
merged 2 commits into from
Jun 8, 2016
Merged

add: pyreverse class diagrams for hsm.py and test_hsm.py #146

merged 2 commits into from
Jun 8, 2016

Conversation

fkromer
Copy link
Contributor

@fkromer fkromer commented Jun 6, 2016

I generated the class diagrams of hsm.py and test_hsm.py by executing pyreverse -o png -p hsm hsm.py and pyreverse -o png -p test_hsm test_hsm.py on the command line from the root directory of the project. pyreverse is included in pylint and requires graphviz/dot. The diagrams should be helpful to understand this example...

@codecov-io
Copy link

codecov-io commented Jun 6, 2016

Current coverage is 93.71%

Merging #146 into master will not change coverage

@@             master       #146   diff @@
==========================================
  Files            47         47          
  Lines          2147       2147          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           2012       2012          
  Misses          135        135          
  Partials          0          0          

Powered by Codecov. Last updated by b54cad9...d9de283

@faif faif merged commit 4563139 into faif:master Jun 8, 2016
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.

3 participants