Merge remote-tracking branch 'origin/main' into criemen/pytest-go

This commit is contained in:
Cornelius Riemenschneider
2024-08-06 18:09:55 +02:00
5 changed files with 5 additions and 20 deletions

View File

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

View File

@@ -16,4 +16,4 @@
"visibility": {
"statusPage": true
}
}
}

View File

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

View File

@@ -1,4 +0,0 @@
dependencies:
codeql/ruby-all: '*'
codeql/ruby-queries: '*'
warnOnImplicitThis: true

View File

@@ -1 +0,0 @@
These tests are still run with the legacy test runner