nickw444 / flask-ldap3-login

LDAP3 Logins for Flask/Flask-Login
http://flask-ldap3-login.readthedocs.org/en/latest/
MIT License
73 stars 38 forks source link

fix type checks in MockTypes #118

Closed m-bach closed 9 months ago

m-bach commented 9 months ago

This fixes the failing tests from PR #117.

I wrongly used is instead of instanceof in 3f95ca11ec17d9d9bd978082e4db0ea0918fea11

I also enabled Actions in my repo and all actions pass: https://github.com/m-bach/flask-ldap3-login/actions/runs/7827759580

m-bach commented 9 months ago

There is still a lot of warnings from github about outdated node versions and when running tox a lot of complains about the setup.py that should be fixed at some point. But this should at least make it possible to release a version to pypi with the latest fixes.

nickw444 commented 9 months ago

Thanks a bunch!