Fetching profile information is possible
[diaspy.git] / testconf.markdown
1 ## Configuration file for `diaspy` test suite (./tests.py)
2
3 Developer/tester has to create their own `testconf.py` file
4 because it is appended to `.gitignore` to avoid accidental
5 upload of personal data.
6
7
8 #### You have to set the variables yourself!
9 #### Their values have to be valid!
10
11 Template file:
12
13 # Here is a configuration file for test suite for diaspy.
14 # Fill it with correct data.
15 #
16 # Fields are explained in testconf.md file.
17
18
19 # Your login details
20 __pod__ = 'https://pod.orkz.net'
21 __username__ = 'marekjm'
22 __passwd__ = 'mAreKJmonDiASporA'
23
24
25 # D* identifiers
26 diaspora_id = 'marekjm@pod.orkz.net'
27 guid = 'fd4ac447f2d267fa'
28
29
30 # Details of your account
31 diaspora_name = 'Marek Marecki'
32 user_names_tuple = ('Marek', 'Marecki')
33 user_location_string = 'Poland'
34 user_gender_string = 'Dude'
35 user_date_of_birth = (1995, 3, 22)
36 # remember about language you've set!
37 user_date_of_birth_named = (1995, 'March', 22)
38 user_is_searchable = True
39 user_is_nsfw = False
40
41
42 # both names are created
43 test_aspect_name = 'diaspy-test'
44
45 # but this one will be deletd `by name`
46 test_aspect_name_fake = 'diaspy-test-fake'
47
48 # don't change needed for tests to work
49 test_aspect_id = -1