mirror of
https://github.com/jazzband/django-axes.git
synced 2026-04-21 23:34:46 +00:00
8 lines
196 B
Python
8 lines
196 B
Python
#!/usr/bin/env python
|
|
|
|
from runtests import run_tests
|
|
|
|
if __name__ == '__main__':
|
|
run_tests('axes.test_settings_proxy_custom_header', [
|
|
'axes.tests.GetIPProxyCustomHeaderTest',
|
|
])
|