Skip to content

Commit

Permalink
update test files
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 20, 2024
1 parent 78d4ed1 commit f8c047f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
18 changes: 0 additions & 18 deletions test/test.py

This file was deleted.

9 changes: 9 additions & 0 deletions tests/test_reserver.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from reserver import Uploader
import os
test_pypi_token = os.environ.get("TEST_PYPI_PASSWORD")

def test_reserver():

# test reserved name
uploader = Uploader(test_pypi_token, is_test_pypi_account= True)
uploader.upload_to_pypi("numpy")

0 comments on commit f8c047f

Please sign in to comment.