mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Capitalized Unicode in docs, strings, and comments.
This commit is contained in:
parent
3152146e3a
commit
505fec6bad
33 changed files with 41 additions and 41 deletions
|
@ -570,7 +570,7 @@ class DjangoAdminSettingsDirectory(AdminScriptTestCase):
|
|||
self.assertTrue(os.path.exists(os.path.join(app_path, 'api.py')))
|
||||
|
||||
def test_startapp_unicode_name(self):
|
||||
"directory: startapp creates the correct directory with unicode characters"
|
||||
"""startapp creates the correct directory with Unicode characters."""
|
||||
args = ['startapp', 'こんにちは']
|
||||
app_path = os.path.join(self.test_dir, 'こんにちは')
|
||||
out, err = self.run_django_admin(args, 'test_project.settings')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue