mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +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',
|
|
])
|