Remove the magic-folder integration tests

This commit is contained in:
Jean-Paul Calderone
2020-02-13 10:26:57 -05:00
parent 6bd2cc47b3
commit 1fba2d6ea2
5 changed files with 1 additions and 562 deletions

View File

@ -498,7 +498,3 @@ def await_client_ready(tahoe, timeout=10, liveness=60*2):
tahoe,
)
)
def magic_folder_cli(request, reactor, node_dir, *argv):
return cli(request, reactor, node_dir, "magic-folder", *argv)