Skip to content

Commit fdee722

Browse files
committed
wip
1 parent cd3b777 commit fdee722

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_transcrypt.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ def test_export_gpg(self):
209209
plaintext = self.secret_fpath.read_text()
210210
assert plaintext.startswith('secret content')
211211

212+
def test_rekey(self):
213+
# TODO
214+
pass
215+
212216

213217
def run_tests():
214218
"""

0 commit comments

Comments
 (0)