comparison accounts/fixtures/accounts.json @ 1209:d8bb9c36aae1 modernize tip

Add unit test for accounts task.
author Brian Neal <bgneal@gmail.com>
date Thu, 30 Jan 2025 18:46:03 -0600
parents ee87ea74d46b
children
comparison
equal deleted inserted replaced
1208:5c8a38122e24 1209:d8bb9c36aae1
1 [ 1 [
2 { 2 {
3 "pk": 1, 3 "pk": 1,
4 "model": "accounts.illegalusername", 4 "model": "auth.user",
5 "fields": {
6 "username": "Gremmie",
7 "first_name": "",
8 "last_name": "",
9 "is_active": true,
10 "is_superuser": false,
11 "is_staff": false,
12 "last_login": "1969-12-31 18:00:00",
13 "groups": [],
14 "user_permissions": [],
15 "password": "!",
16 "email": "",
17 "date_joined": "2000-11-10 00:00:00"
18 }
19 },
20 {
21 "pk": 1,
22 "model": "accounts.illegalusername",
5 "fields": { 23 "fields": {
6 "username": "root" 24 "username": "root"
7 } 25 }
8 }, 26 },
9 { 27 {
10 "pk": 2, 28 "pk": 2,
11 "model": "accounts.illegalusername", 29 "model": "accounts.illegalusername",
12 "fields": { 30 "fields": {
13 "username": "sg101" 31 "username": "sg101"
14 } 32 }
15 }, 33 },
16 { 34 {
17 "pk": 3, 35 "pk": 3,
18 "model": "accounts.illegalusername", 36 "model": "accounts.illegalusername",
19 "fields": { 37 "fields": {
20 "username": "surfguitar101" 38 "username": "surfguitar101"
21 } 39 }
22 }, 40 },
23 { 41 {
24 "pk": 4, 42 "pk": 4,
25 "model": "accounts.illegalusername", 43 "model": "accounts.illegalusername",
26 "fields": { 44 "fields": {
27 "username": "webmaster" 45 "username": "webmaster"
28 } 46 }
29 } 47 }
30 ] 48 ]