Increment version to 0.0.2
[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
11Example file:
12
13 __pod__ = 'https://pod.example.com'
14 __username__ = 'user'
15 __passwd__ = 'strong_password'