mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
import python
|
|
import semmle.python.frameworks.data.internal.ApiGraphModels as ApiGraphModels
|
|
import semmle.python.frameworks.data.ModelsAsData
|
|
|
|
class IsTesting extends ApiGraphModels::TestAllModels {
|
|
IsTesting() { this = this }
|
|
}
|
|
|
|
query predicate warning = ModelOutput::getAWarning/0;
|