Skip to content

Commit

Permalink
NXDRIVE-2711:Show that upload is still alive for very large files
Browse files Browse the repository at this point in the history
  • Loading branch information
swetayadav1 committed Oct 26, 2023
1 parent e8501e3 commit ae9a1a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_report.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
from logging import getLogger

from nxdrive.manager import Manager
from nxdrive.options import Options
from nxdrive.report import Report


def test_logs(tmp):
log = getLogger(__name__)
print(f">>>>> {Options.update_site_url}")
with Manager(tmp()) as manager:
log.info("Strange encoding \xe8 \xe9")

Expand Down
2 changes: 0 additions & 2 deletions tests/unit/test_session_csv.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from nxdrive.constants import TransferStatus
from nxdrive.manager import Manager
from nxdrive.objects import Session
from nxdrive.options import Options
from nxdrive.session_csv import SessionCsv


Expand All @@ -19,7 +18,6 @@ def test_csv_generation(tmp):
description="icons-svg (+9)",
planned_items=10,
)
print(f">>>>> {Options.update_site_url}")
with Manager(tmp()) as manager:
session_csv = SessionCsv(manager, session)

Expand Down

0 comments on commit ae9a1a8

Please sign in to comment.