22 from macros
import MACRO_GET_CM_ID
26 u_admin = settings.USER_ADMIN
31 u_cm = {
'l':
'cc1',
'p':
'cc1',
'cm': 999}
32 u_cm_pass = {
'l':
'test_user',
'p':
'xxx',
'cm':
MACRO_GET_CM_ID(settings.TEST_CM)}
38 test_users.append({
'l':
'test_%d' % i,
39 'p':
'password%d' % i,
41 'cm_p':
'%s%d' % (settings.USER_PASSWORD_PREFIX, i),
42 'act_key':
'terefere',
43 'organization':
'Registration and Login test, account %d' % i,
44 'email':
'test_user_%d@cc1.ifj.edu.pl' % i,
45 'first':
'Test%d' % i,
50 u_admin_cm = test_users[11]
51 u_admin_clm = test_users[10]