forked from OscarSantosMu/Chikoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesting_info.py
42 lines (39 loc) · 893 Bytes
/
testing_info.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
data = {
'direct_fillment': False,
'name_of_filler_person': 'David Lazaro',
'name': 'David',
'age': '22',
'sex': 'Masculine',
'last_name': 'Lazaro Fernandez',
'birth_date': '13/12/2000',
'place_of_birth': 'Minatitlan, Veracruz',
'adress': 'Sabinas',
'pc': '1222222',
'phone_number': 'I prefer not to respond',
'work_status': 'I prefer not to respond',
}
foods_per_week = {
"milk": 1,
"meat": 1000,
"eggs": 1,
"vegetables": 1,
"cereals": 1
}
activities_per_week = {
"physical_activity": 1,
"tabaco": 1,
"alcohol": 1,
"drugs": 1
}
family_history = {
"alcoholism": 'father',
"arthritis": 'father',
"cancer": 'father',
"hearth": 'father',
"depression": 'father',
"diabetes": 'father',
"obesity": 'father',
"pressure": 'father',
"smoking": 'father',
"other": 'father',
}