Skip to content

Commit

Permalink
Fix import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Sep 10, 2024
1 parent c746d78 commit 3281abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_patch.py
Original file line number Diff line number Diff line change
@@ -3,10 +3,11 @@
from pathlib import Path

import pytest
from utils import get_exe_stdout, get_random_string, possible_to_run_exe

from dfint64_patch.patch import run

from .utils import get_exe_stdout, get_random_string, possible_to_run_exe


@pytest.mark.skipif(not possible_to_run_exe(), reason="Impossible to run exe file")
def test_patch_same_length(exe_file_path: Path):

0 comments on commit 3281abb

Please sign in to comment.