Skip to content

Commit

Permalink
test fix long_description issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Oct 15, 2024
1 parent e8c75dc commit c5ab2dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_reserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ def test_valid_package_invalid_credentials():

def test_valid_package_valid_credentials():
# test not reserved name -> correct credentials
# uploader = PyPIUploader(test_pypi_token, test_pypi=True)
# uploader.upload(get_random_name())
uploader = PyPIUploader(test_pypi_token, test_pypi=True)
package_name = get_random_name()
print(package_name)
uploader.upload()
assert True == True

def test_module_conflict():
Expand Down

0 comments on commit c5ab2dd

Please sign in to comment.