Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit bae2d5a

Browse files
committed
#11 Fix unit tests
Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent 4c90f3f commit bae2d5a

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.ci/run.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
1111
fi
1212

1313
python setup.py sdist
14-
pushd tests
15-
pytest -v -s --cov=bintray
16-
mv .coverage ..
17-
popd
14+
pytest -v -s --cov=bintray tests

tests/test_files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,3 @@ def test_file_in_download_list():
114114
bintray = Bintray()
115115
response = bintray.file_in_download_list("uilianries", "generic", "packages.json", True)
116116
assert {'error': False, 'message': 'success', 'statusCode': 200} == response
117-

0 commit comments

Comments
 (0)