Hammie217 / PyCtrl

Python header for easy console displays
0 stars 6 forks source link

add tests and refactor to meet python syntax format guidelines #4

Closed ebarnsli closed 4 years ago

ebarnsli commented 4 years ago

So I did quite a few things to your code. Mocked some of your stuff so i was able to create base tests for multiChoice and singleChoice... really boosted your test coverage.

I made some code changes. most of these were best practices or standards for python development :)