Skip to content

Commit 15682ac

Browse files
committed
improve docs
1 parent 464d2ce commit 15682ac

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

+17-14
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,25 @@ if client.login(username, password):
2323

2424
DOCS
2525
----
26-
27-
- Please refer to docstrings and tests
26+
27+
Please refer to docstrings and tests
2828

2929

3030
TESTING
3131
-------
3232

33-
- Create a file named `accounts.py`
34-
- put settings in this file::
35-
36-
accounts = [
37-
{
38-
'username': 'USERNAME',
39-
'password': 'PASSWORD',
40-
'test_domain': 'DOMAIN.NAME',
41-
},
42-
]
43-
44-
- run `nosetests tests` in root directory
33+
Create a file in `tests/accounts.py`
34+
35+
Put settings in this file
36+
37+
```python
38+
accounts = [
39+
{
40+
'username': 'USERNAME',
41+
'password': 'PASSWORD',
42+
'test_domain': 'DOMAIN.NAME',
43+
},
44+
]
45+
```
46+
47+
run `nosetests tests` in root directory

0 commit comments

Comments
 (0)