From bae2d5aa8ed56dd7dadba33c0c181d104c908e23 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Tue, 9 Jul 2019 22:50:07 -0300 Subject: [PATCH] #11 Fix unit tests Signed-off-by: Uilian Ries --- .ci/run.sh | 5 +---- tests/test_files.py | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.ci/run.sh b/.ci/run.sh index 024847d..71df2c9 100644 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -11,7 +11,4 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then fi python setup.py sdist -pushd tests -pytest -v -s --cov=bintray -mv .coverage .. -popd +pytest -v -s --cov=bintray tests diff --git a/tests/test_files.py b/tests/test_files.py index d125c65..36f40d5 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -114,4 +114,3 @@ def test_file_in_download_list(): bintray = Bintray() response = bintray.file_in_download_list("uilianries", "generic", "packages.json", True) assert {'error': False, 'message': 'success', 'statusCode': 200} == response -