mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
Python: Remove obsolete tests.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
| standard/python/attribute | Module a | Class B | Attribute |
|
||||
| standard/python/attribute | Module b | Class C | Attribute |
|
||||
| standard/python/import | Module a | Module b | Import |
|
||||
| standard/python/import | Module b | Module c | Import |
|
||||
| standard/python/import | Module c | Module b | Import |
|
||||
| standard/python/inheritance | Class A | Class B | ClassExpr |
|
||||
| standard/python/inheritance | Class A | Class C | ClassExpr |
|
||||
| standard/python/inheritance | Class B | Class C | ClassExpr |
|
||||
| standard/python/use | Module a | Class B | Attribute |
|
||||
| standard/python/use | Module b | Class C | Attribute |
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
import python
|
||||
import Architect.Common.DependencyCategory
|
||||
import Architect.Architect
|
||||
|
||||
from DependencyCategory dk, DependencyElement source, DependencyElement target, DependencyElement cause
|
||||
where dk.isADependency(source, target, cause)
|
||||
select dk.toString(), source.toString(), target.toString(), cause.toString()
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
| standard/python/attribute |
|
||||
| standard/python/import |
|
||||
| standard/python/inheritance |
|
||||
| standard/python/use |
|
||||
@@ -1,13 +0,0 @@
|
||||
/**
|
||||
* @name Categories
|
||||
* @description Insert description here...
|
||||
* @kind table
|
||||
* @problem.severity warning
|
||||
*/
|
||||
|
||||
import python
|
||||
import Architect.Common.DependencyCategory
|
||||
import Architect.Architect
|
||||
|
||||
from DependencyCategory dk
|
||||
select dk
|
||||
Reference in New Issue
Block a user