diff --git a/python/ql/test/library-tests/dependencies/ArchitectDependencies.expected b/python/ql/test/library-tests/dependencies/ArchitectDependencies.expected deleted file mode 100644 index 2bb7df4b7de..00000000000 --- a/python/ql/test/library-tests/dependencies/ArchitectDependencies.expected +++ /dev/null @@ -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 | diff --git a/python/ql/test/library-tests/dependencies/ArchitectDependencies.ql b/python/ql/test/library-tests/dependencies/ArchitectDependencies.ql deleted file mode 100644 index ce33d7c7acd..00000000000 --- a/python/ql/test/library-tests/dependencies/ArchitectDependencies.ql +++ /dev/null @@ -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() - diff --git a/python/ql/test/library-tests/dependencies/Categories.expected b/python/ql/test/library-tests/dependencies/Categories.expected deleted file mode 100644 index 9cfbbe102a8..00000000000 --- a/python/ql/test/library-tests/dependencies/Categories.expected +++ /dev/null @@ -1,4 +0,0 @@ -| standard/python/attribute | -| standard/python/import | -| standard/python/inheritance | -| standard/python/use | diff --git a/python/ql/test/library-tests/dependencies/Categories.ql b/python/ql/test/library-tests/dependencies/Categories.ql deleted file mode 100644 index 810cae9cf86..00000000000 --- a/python/ql/test/library-tests/dependencies/Categories.ql +++ /dev/null @@ -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