Python: Remove obsolete tests.

This commit is contained in:
Mark Shannon
2019-06-04 12:03:53 +01:00
parent af08f856b5
commit 441282d8df
4 changed files with 0 additions and 36 deletions

View File

@@ -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 |

View File

@@ -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()

View File

@@ -1,4 +0,0 @@
| standard/python/attribute |
| standard/python/import |
| standard/python/inheritance |
| standard/python/use |

View File

@@ -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