mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02:00
8 lines
177 B
Python
8 lines
177 B
Python
import pytest
|
|
from ..conftest import _supports_mono_nuget
|
|
|
|
|
|
@pytest.mark.only_if(_supports_mono_nuget())
|
|
def test(codeql, csharp):
|
|
codeql.database.create(build_mode="none")
|