Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
TyVik committed Jan 7, 2018
1 parent 3c366ac commit 1da5d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -53,5 +53,5 @@ Tests
=====

For run tests:
1. Set Yandex username and password in file TestYaDisk.py
2. python TestYaDisk.py
1. Set Yandex username and password in file YaDiskClient/test_YaDiskClient.py
2. python test_YaDiskClient.py
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
install_requires=['requests'],
packages=find_packages(),
keywords='Yandex.Disk, webdav, client, python, Yandex',
# test_suite='YaDiskClient.TestYaDisk' # this line is commented because tests needs Yandex login and password
# test_suite='YaDiskClient.test_YaDiskClient' # this line is commented because tests needs Yandex login and password
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit 1da5d04

Please sign in to comment.