8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-16 23:56:12 +00:00

Fix typos

This commit is contained in:
chapeau 2024-03-02 15:22:00 +01:00
parent 55b0d7bc62
commit 1bf6b36e99
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ from django.conf import settings as django_settings
def load_tests(loader, tests, pattern):
"""
As this is an optionnal app, loads its tests only if it is installed.
As this is an optional app, load its tests only if it is installed.
"""
if "api" in django_settings.INSTALLED_APPS:
return loader.discover(start_dir=dirname(abspath(__file__)), pattern=pattern)

View file

@ -23,7 +23,7 @@ from django.conf import settings as django_settings
def load_tests(loader, tests, pattern):
"""
As this is an optionnal app, loads its tests only if it is installed.
As this is an optional app, load its tests only if it is installed.
"""
if "ldap_sync" in django_settings.INSTALLED_APPS:
return loader.discover(start_dir=dirname(abspath(__file__)), pattern=pattern)

View file

@ -23,7 +23,7 @@ from django.conf import settings as django_settings
def load_tests(loader, tests, pattern):
"""
As this is an optionnal app, loads its tests only if it is installed.
As this is an optional app, load its tests only if it is installed.
"""
if "api" in django_settings.INSTALLED_APPS:
return loader.discover(start_dir=dirname(abspath(__file__)), pattern=pattern)

View file

@ -23,7 +23,7 @@ from django.conf import settings as django_settings
def load_tests(loader, tests, pattern):
"""
As this is an optionnal app, loads its tests only if it is installed.
As this is an optional app, load its tests only if it is installed.
"""
if "api" in django_settings.INSTALLED_APPS:
return loader.discover(start_dir=dirname(abspath(__file__)), pattern=pattern)