mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typos in comments and a test name.
This commit is contained in:
parent
fc1182af01
commit
9f11939dd1
4 changed files with 4 additions and 4 deletions
|
@ -105,7 +105,7 @@ class PostgreSqlDbshellCommandTestCase(SimpleTestCase):
|
|||
)
|
||||
|
||||
def test_sigint_handler(self):
|
||||
"""SIGINT is ignored in Python and passed to psql to abort quries."""
|
||||
"""SIGINT is ignored in Python and passed to psql to abort queries."""
|
||||
def _mock_subprocess_run(*args, **kwargs):
|
||||
handler = signal.getsignal(signal.SIGINT)
|
||||
self.assertEqual(handler, signal.SIG_IGN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue