mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
8 lines
145 B
Python
8 lines
145 B
Python
import pytest
|
|
|
|
def test1(codeql, csharp):
|
|
codeql.database.create()
|
|
|
|
def test2(codeql, csharp):
|
|
codeql.database.create(build_mode="none")
|