kapt-labs / django-check-seo

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems. Compatible with Django & Django-CMS!
GNU General Public License v3.0
154 stars 12 forks source link

lower all text in tests #15

Closed corentinbettiol closed 4 years ago

corentinbettiol commented 4 years ago

Keywords can be "postgresql", and actual word used in text can be "PostgreSQL". Check all files to replace soup.element.string to soup.element.string.lower()