Skip to content

Commit

Permalink
Update links for SFTP file transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet authored Apr 17, 2024
1 parent a8494b3 commit 1ede3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ SFTP file transfer
------------------

Testing :class:`scitacean.transfer.sftp.SFTPFileTransfer` requires an SFTP server.
``tests/common/sftp_server.py`` contains helpers for managing one via Docker.
:mod:`scitacean.testing.sftp` contains helpers for managing one via Docker.
Tests can use it by depending on the ``sftp_fileserver`` fixture.
See the documentation in ``tests/common/sftp_server.py`` for how it works.
See the `documentation <https://scicatproject.github.io/scitacean/user-guide/testing.html#Local-SFTP-fileserver>`_ for how it works.

Note that those tests may leave a small directory behind.
This is an issue with file ownership and permissions caused by making the Docker volumes writable.
Expand Down

0 comments on commit 1ede3c8

Please sign in to comment.