mirror of
https://github.com/github/codeql.git
synced 2026-01-14 15:04:56 +01:00
Merge remote-tracking branch 'origin/main' into criemen/pytest-go
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
"visibility": {
|
||||
"statusPage": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
dependencies:
|
||||
codeql/ruby-all: '*'
|
||||
codeql/ruby-queries: '*'
|
||||
warnOnImplicitThis: true
|
||||
@@ -1 +0,0 @@
|
||||
These tests are still run with the legacy test runner
|
||||
Reference in New Issue
Block a user