.. |
testfiles
|
d3fefacb72
wip #865: field modules loading
|
8 лет назад |
__init__.py
|
1e8da646a2
Adding new user model to Misago
|
11 лет назад |
test_activation_views.py
|
facfb05f80
Update misago.users.tests to crash less
|
6 лет назад |
test_activepostersranking.py
|
1e22a23c34
Make tests pass
|
6 лет назад |
test_audittrail.py
|
b113253a5b
Simplify super() calls
|
6 лет назад |
test_auth_api.py
|
7f3c26ed27
Remove assertContains from auth api tests
|
6 лет назад |
test_auth_backend.py
|
ebdc383b67
Don't throw exception if misago auth backend is called during social auth
|
7 лет назад |
test_auth_views.py
|
cb0cf5717e
Remove u prefix from strings
|
6 лет назад |
test_avatars.py
|
6613de5836
Remove db_settings usage from misago.users
|
6 лет назад |
test_avatarserver_views.py
|
1c32143548
#702: did pass on users app
|
8 лет назад |
test_ban_model.py
|
37b52372a4
Remove unicode_literals imports, and missed coding: comments
|
6 лет назад |
test_banadmin_views.py
|
1c32143548
#702: did pass on users app
|
8 лет назад |
test_bans.py
|
daf21308da
Move context processor to request.settings, rename it to conf.
|
6 лет назад |
test_bio_profilefield.py
|
c7d7f63a7b
Revert most of code to old-style format
|
6 лет назад |
test_captcha_api.py
|
6613de5836
Remove db_settings usage from misago.users
|
6 лет назад |
test_commands.py
|
1c32143548
#702: did pass on users app
|
8 лет назад |
test_createsuperuser.py
|
631e06994a
Import StringIO from io instead of six
|
6 лет назад |
test_credentialchange.py
|
055992eed5
first pass of cleansource script
|
8 лет назад |
test_datadownloads.py
|
b113253a5b
Simplify super() calls
|
6 лет назад |
test_datadownloads_dataarchive.py
|
c7d7f63a7b
Revert most of code to old-style format
|
6 лет назад |
test_datadownloadsadmin_views.py
|
f43696ca09
Even master with 0.19.0 release
|
6 лет назад |
test_decorators.py
|
c7d7f63a7b
Revert most of code to old-style format
|
6 лет назад |
test_deleteinactiveusers.py
|
631e06994a
Import StringIO from io instead of six
|
6 лет назад |
test_deletemarkedusers.py
|
631e06994a
Import StringIO from io instead of six
|
6 лет назад |
test_deleteprofilefield.py
|
631e06994a
Import StringIO from io instead of six
|
6 лет назад |
test_djangoadmin_auth.py
|
1c32143548
#702: did pass on users app
|
8 лет назад |
test_djangoadmin_user.py
|
b113253a5b
Simplify super() calls
|
6 лет назад |
test_expireuserdatadownloads.py
|
631e06994a
Import StringIO from io instead of six
|
6 лет назад |
test_forgottenpassword_views.py
|
60c8bc8989
Add tests to password reset form
|
7 лет назад |
test_gender_profilefield.py
|
c7d7f63a7b
Revert most of code to old-style format
|
6 лет назад |
test_getting_user_status.py
|
8e63ac7ae0
Improve patch_user_acl testing utility and get_user_status tests
|
6 лет назад |
test_invalidatebans.py
|
cdea0c5e2b
Remove global state from bans
|
6 лет назад |
test_joinip_profilefield.py
|
facfb05f80
Update misago.users.tests to crash less
|
6 лет назад |
test_lists_views.py
|
facfb05f80
Update misago.users.tests to crash less
|
6 лет назад |
test_listusedprofilefields.py
|
631e06994a
Import StringIO from io instead of six
|
6 лет назад |
test_loadavatargallery.py
|
631e06994a
Import StringIO from io instead of six
|
6 лет назад |
test_mention_api.py
|
6359d07b2f
Fix misago.users tests
|
6 лет назад |
test_misagoavatars_tags.py
|
32980c25d0
fix #727: the grand get_user_model cleanup
|
8 лет назад |
test_namechanges.py
|
3a907dd804
Remove User.acl_cache, User.acl_ and direct imports from misago.acl
|
6 лет назад |
test_new_user_setup.py
|
c7ff046a12
Finalize misago.conf module
|
6 лет назад |
test_options_views.py
|
b113253a5b
Simplify super() calls
|
6 лет назад |
test_populateonlinetracker.py
|
631e06994a
Import StringIO from io instead of six
|
6 лет назад |
test_prepareuserdatadownloads.py
|
631e06994a
Import StringIO from io instead of six
|
6 лет назад |
test_profile_views.py
|
6359d07b2f
Fix misago.users tests
|
6 лет назад |
test_profilefields.py
|
eb1e4db51a
Remove six from codebase
|
6 лет назад |
test_rankadmin_views.py
|
27ed8cde9f
Add assertions that ACL cache is invalidated
|
6 лет назад |
test_realip_middleware.py
|
055992eed5
first pass of cleansource script
|
8 лет назад |
test_removeoldips.py
|
631e06994a
Import StringIO from io instead of six
|
6 лет назад |
test_rest_permissions.py
|
1c32143548
#702: did pass on users app
|
8 лет назад |
test_search.py
|
263dff949c
Update misago.users tests to use new testing utilities
|
6 лет назад |
test_signatures.py
|
daf21308da
Move context processor to request.settings, rename it to conf.
|
6 лет назад |
test_social_pipeline.py
|
6613de5836
Remove db_settings usage from misago.users
|
6 лет назад |
test_social_utils.py
|
c7bb9c8a61
Social auth error handler
|
7 лет назад |
test_testutils.py
|
f43696ca09
Even master with 0.19.0 release
|
6 лет назад |
test_tokens.py
|
311a5fda69
#707: fix relative imports
|
8 лет назад |
test_twitter_profilefield.py
|
c7d7f63a7b
Revert most of code to old-style format
|
6 лет назад |
test_user_avatar_api.py
|
6613de5836
Remove db_settings usage from misago.users
|
6 лет назад |
test_user_changeemail_api.py
|
edf73ad31f
Remove assertContains from user change email api tests
|
6 лет назад |
test_user_changepassword_api.py
|
b113253a5b
Simplify super() calls
|
6 лет назад |
test_user_create_api.py
|
6613de5836
Remove db_settings usage from misago.users
|
6 лет назад |
test_user_creation.py
|
2a70559d2d
Small cleanup for user model/manager, add util for setting up new user account after its creation
|
6 лет назад |
test_user_datadownloads_api.py
|
b113253a5b
Simplify super() calls
|
6 лет назад |
test_user_details_api.py
|
bf157d8645
Tweak test util and fix regressions in misago.users.tests
|
6 лет назад |
test_user_editdetails_api.py
|
bf157d8645
Tweak test util and fix regressions in misago.users.tests
|
6 лет назад |
test_user_feeds_api.py
|
b113253a5b
Simplify super() calls
|
6 лет назад |
test_user_getters.py
|
2a70559d2d
Small cleanup for user model/manager, add util for setting up new user account after its creation
|
6 лет назад |
test_user_middleware.py
|
c7d7f63a7b
Revert most of code to old-style format
|
6 лет назад |
test_user_model.py
|
2a70559d2d
Small cleanup for user model/manager, add util for setting up new user account after its creation
|
6 лет назад |
test_user_requestdatadownload_api.py
|
b113253a5b
Simplify super() calls
|
6 лет назад |
test_user_signature_api.py
|
263dff949c
Update misago.users tests to use new testing utilities
|
6 лет назад |
test_user_username_api.py
|
c7ff046a12
Finalize misago.conf module
|
6 лет назад |
test_useradmin_views.py
|
facfb05f80
Update misago.users.tests to crash less
|
6 лет назад |
test_usernamechanges_api.py
|
263dff949c
Update misago.users tests to use new testing utilities
|
6 лет назад |
test_users_api.py
|
1e22a23c34
Make tests pass
|
6 лет назад |
test_utils.py
|
cb0cf5717e
Remove u prefix from strings
|
6 лет назад |
test_validators.py
|
c7ff046a12
Finalize misago.conf module
|
6 лет назад |