File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11import pytest
22import 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 ())
Original file line number Diff line number Diff line change 11import os
22import 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 ())
Original file line number Diff line number Diff line change 11import 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 ())
Original file line number Diff line number Diff line change 11import 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 ())
You can’t perform that action at this time.
0 commit comments