Updates to Changelog
[diaspy.git] / testconf.md
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 posting of personal data (passsword for D*).
6
7
8 #### You have to set the variables yourself!
9 #### Their values have to be valid!
10
11 Template file:
12
13 __pod__ = 'https://pod.example.com'
14 __username__ = 'user'
15 __passwd__ = 'strong_password'
16 diaspora_id = 'user@pod.example.com'
17 guid = '12345678abcdefgh'
18 # your name as others see it
19 diaspora_name = 'Marek Marecki'
20
21 # both names are created
22 test_aspect_name = 'diaspy-test'
23 # but this one will be deletd `by name`
24 test_aspect_name_fake = 'diaspy-test-fake'
25
26 # needed here for tests to work
27 test_aspect_id = -1