Moved `run()` to common overlay.

development
Shawn Davis 4 years ago
parent 1cc2f66278
commit 5fb69aa6ce
  1. 5
      tests/test_library_overlays_posix.py

@ -149,11 +149,6 @@ def test_rsync():
assert "/path/to/remote" in s assert "/path/to/remote" in s
def test_run():
c = run("ls -ls")
assert "ls -ls" in c.get_statement()
def test_scopy(): def test_scopy():
with pytest.raises(ValueError): with pytest.raises(ValueError):
c = scopy("/path/to/local/file.txt", "/path/to/remote/file.txt") c = scopy("/path/to/local/file.txt", "/path/to/remote/file.txt")

Loading…
Cancel
Save