Integration tests: port to pytest.

Requires an internal PR.
This commit is contained in:
Cornelius Riemenschneider
2024-07-18 16:36:11 +02:00
parent 8fa575d79b
commit 3badd61a56
6 changed files with 21 additions and 35 deletions

View File

@@ -1,7 +1,2 @@
import os
from create_database_utils import *
from diagnostics_test_utils import *
run_codeql_database_create([], lang="javascript", runFunction = runSuccessfully, db = None)
check_diagnostics()
def test(codeql, javascript):
codeql.database.create()