mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-11 17:13:12 +00:00
9 lines
196 B
Python
9 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',
|
||
|
|
])
|