diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-10 09:17:08 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-11 10:19:22 -0500 |
| commit | 2d7aca3da0a46c09e9c70ebdb56ed340691a999f (patch) | |
| tree | ac7c041d73e922d8e83a1944d56a27138875fe8e /tests/auth_tests/__init__.py | |
| parent | 8192a164defa24d75672e6b10cec650489b8c748 (diff) | |
Moved contrib.auth tests out of contrib.
Diffstat (limited to 'tests/auth_tests/__init__.py')
| -rw-r--r-- | tests/auth_tests/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auth_tests/__init__.py b/tests/auth_tests/__init__.py new file mode 100644 index 0000000000..2c308642e5 --- /dev/null +++ b/tests/auth_tests/__init__.py @@ -0,0 +1 @@ +# The password for the fixture data users is 'password' |
