Skip to content

Commit 6760390

Browse files
committed
Fix imports
1 parent 6029566 commit 6760390

File tree

4 files changed

+5
-4
lines changed
  • csharp/ql/integration-tests/posix
    • standalone_dependencies_no_framework
    • standalone_dependencies_nuget with_space
    • standalone_dependencies_nuget_no_sources
    • standalone_dependencies_nuget

4 files changed

+5
-4
lines changed

csharp/ql/integration-tests/posix/standalone_dependencies_no_framework/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import pytest
22
import os
3-
from conftest import _supports_mono_nuget
3+
from ..conftest import _supports_mono_nuget
4+
45

56

67
@pytest.mark.only_if(_supports_mono_nuget())

csharp/ql/integration-tests/posix/standalone_dependencies_nuget with_space/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
import pytest
3-
from conftest import _supports_mono_nuget
3+
from ..conftest import _supports_mono_nuget
44

55

66
@pytest.mark.only_if(_supports_mono_nuget())

csharp/ql/integration-tests/posix/standalone_dependencies_nuget/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from conftest import _supports_mono_nuget
2+
from ..conftest import _supports_mono_nuget
33

44

55
@pytest.mark.only_if(_supports_mono_nuget())

csharp/ql/integration-tests/posix/standalone_dependencies_nuget_no_sources/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from conftest import _supports_mono_nuget
2+
from ..conftest import _supports_mono_nuget
33

44

55
@pytest.mark.only_if(_supports_mono_nuget())

0 commit comments

Comments
 (0)