0
0
mirror of https://github.com/django/django.git synced 2024-11-22 03:18:31 +01:00
django/tests/dbshell
Mariusz Felisiak 009fddc96b
Refs #32061 -- Fixed test_crash_password_does_not_leak() crash on Windows.
When env is passed to subprocess.run() we should pass all existing
environment variables. This fixes crash on Windows:

Fatal Python error: failed to get random numbers to initialize Python

Fatal Python error: _Py_HashRandomization_Init: failed to get random
numbers to initialize Python
Python runtime state: preinitialized
2020-11-03 11:38:40 +01:00
..
__init__.py
fake_client.py Refs #32061 -- Added test for dbshell password leak on PostgreSQL. 2020-10-30 10:12:47 +01:00
test_mysql.py Refs #32061 -- Fixed test_crash_password_does_not_leak() crash on Windows. 2020-11-03 11:38:40 +01:00
test_oracle.py
test_postgresql.py Refs #32061 -- Fixed test_crash_password_does_not_leak() crash on Windows. 2020-11-03 11:38:40 +01:00
test_sqlite.py
tests.py