Update to 0.1.0
[diaspy.git] / testconf.md
CommitLineData
e475a9d0
MM
1## Configuration file for `diaspy` test suite (./tests.py)
2
3Developer/tester has to create their own `testconf.py` file
4because it is appended to `.gitignore` to avoid accidental
5posting of personal data (passsword for D*).
6
7
8#### You have to set the variables yourself!
9#### Their values have to be valid!
10
141216df 11Template file:
e475a9d0
MM
12
13 __pod__ = 'https://pod.example.com'
14 __username__ = 'user'
15 __passwd__ = 'strong_password'
141216df
MM
16 diaspora_id = 'user@pod.example.com'
17 guid = '12345678abcdefgh'
a8fdc14a
MM
18 # your name as others see it
19 diaspora_name = 'Marek Marecki'