pycountry icon indicating copy to clipboard operation
pycountry copied to clipboard

GHA CI is not running unittests, unittests broken in master

Open Jamie- opened this issue 2 years ago • 1 comments

It doesn't appear that your Github Actions CI is running your unittests. As a result of this, it appears that you have some unittests broken in master.

Running locally I see these failing:

  • test_currencies
  • test_languages
  • test_locales
  • test_has_version_attribute

Jamie- avatar Sep 08 '22 15:09 Jamie-

Yeah, this is definitely missing. We should be running this with a matrix build for the supported Python versions.

ctheune avatar Sep 19 '22 12:09 ctheune

Fixed in #140/ #164.

zware avatar Dec 07 '23 18:12 zware