From 1da5d04d0633baee0b870a440955635a8c45aaa8 Mon Sep 17 00:00:00 2001 From: TyVik Date: Sun, 7 Jan 2018 19:41:18 +0300 Subject: [PATCH] Fix documentation. --- README.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 98e055b..fa202ef 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 6f9da3e..b4c9cac 100644 --- a/setup.py +++ b/setup.py @@ -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',