Skip to content

Commit

Permalink
commit123
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcilie committed Nov 2, 2023
1 parent 14e3f4f commit ff23b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def hashString(bytes):
@pytest.fixture
def client():
return Pipeline(token=os.environ['HF_AUTH_TOKEN'],revision="test")

'''
def test_login():
testClient = Pipeline(revision="test")
assert testClient.is_logged_in() == False
Expand Down Expand Up @@ -50,6 +50,6 @@ def test_write_to_file(client):
#time.sleep(1)
#client.fs.delete(f"{randHash[:10]}_test.csv",revision="test")
#assert len(client.get_all_files()) == lenOfFiles

'''


0 comments on commit ff23b02

Please sign in to comment.