matheuscas / pycpfcnpj

Python module for brazilian register numbers for persons (CPF) and companies (CNPJ).
MIT License
143 stars 44 forks source link

Tests from unittest to pytest #43

Open gabrielcjr opened 2 years ago

gabrielcjr commented 2 years ago

I've changed the tests. They are passing on python 3.10 and pytest 7.1.4.

https://i.imgur.com/iGMebL4.png

However, they are not passing on CI. Maybe we should think about updating the versions of the requirements for testing purposes.

matheuscas commented 9 months ago

Hey @gabrielcjr sorry about answering in a different era. Do you still want to finish it? If so, take a look at the recent changes that I did. Lemme know.