Skip to content

Commit

Permalink
remove snap.dcs
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Oct 19, 2023
1 parent aa0227d commit f128a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control/tests/test_snap.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
from pathlib import Path

from deciphonctl.cli import app
Expand All @@ -24,6 +25,7 @@ def test_get(runner, files_path: Path):
snap = files_path / "snap.dcs"
runner.invoke(app, ["scan", "snap-add", "1", str(snap)])
assert runner.invoke(app, ["scan", "snap-get", "1"]).exit_code == 0
os.unlink("snap.dcs")


def test_rm(runner, files_path: Path):
Expand Down

0 comments on commit f128a43

Please sign in to comment.