mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-24 01:36:38 +00:00
test(ssh): add docstring with scope to tests/test_ssh
This commit is contained in:
parent
a5ab0df161
commit
25d2537208
|
@ -1,3 +1,8 @@
|
|||
"""
|
||||
Action-level tests of ssh
|
||||
(For API-independent logic incl. connection to persistent storage)
|
||||
"""
|
||||
|
||||
import pytest
|
||||
|
||||
from selfprivacy_api.actions.ssh import (
|
||||
|
|
Loading…
Reference in a new issue