arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
498 stars 206 forks source link

Create onrc.py #234

Closed dotbit1 closed 4 years ago

dotbit1 commented 4 years ago

First time github, python user. I hope I did everything right. Please do test!

arthurdejong commented 4 years ago

I'm working on merging this with a few extra checks. Thanks for providing the details.

Btw, the build failure is mostly due to missing tests. A number of lines are not covered by the tests. While the output indicates which lines are not touched by testing the easiest way to find out which lines are not executed is to run the tests yourself (e.g. tox -e py37 to test with Python 3.7) and look at coverage/index.html.