Merge pull request #11 from marekjm/devel
[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 Example file:
12
13 __pod__ = 'https://pod.example.com'
14 __username__ = 'user'
15 __passwd__ = 'strong_password'