Currently the tests in convert_test.py are a collection of assert statements one after the other. If the first fails they all fail. Bad coding, 0/10. Should use pytest.parameterize and separate out the inputs and expected outputs so they can be run individually.