mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-02 12:44:45 +00:00
8 lines
170 B
Python
8 lines
170 B
Python
#!/usr/bin/env python
|
|
|
|
from runtests import run_tests
|
|
|
|
if __name__ == '__main__':
|
|
run_tests('axes.test_settings_proxy', [
|
|
'axes.tests.GetIPProxyTest',
|
|
])
|