mirror of
https://github.com/github/codeql.git
synced 2026-07-02 10:05:31 +02:00
8 lines
162 B
Python
8 lines
162 B
Python
import runs_on
|
|
|
|
|
|
@runs_on.windows
|
|
def test(codeql, python, cwd, subst_drive):
|
|
drive = subst_drive(cwd / "code")
|
|
codeql.database.create(source_root=drive)
|