Added `__version__` to `diaspy/__init__.py`; updated docs
[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'
278febce
MM
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