Python tests: Add missing metadata files.

This commit is contained in:
Mark Shannon
2018-11-21 14:39:18 +00:00
parent 7ba4d71ffb
commit 527c95cd0b
3 changed files with 27 additions and 0 deletions

18
python/ql/test/.project Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>python-ql-tests</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
</natures>
</projectDescription>

8
python/ql/test/.qlpath Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns:qlpath xmlns:ns="https://semmle.com/schemas/qlpath">
<librarypath>
<path kind="WORKSPACE">/semmlecode-python-queries</path>
</librarypath>
<dbscheme>/semmlecode-python-queries/semmlecode.python.dbscheme</dbscheme>
<defaultImports><defaultImport>python</defaultImport></defaultImports>
</ns:qlpath>

View File

@@ -0,0 +1 @@
<queries language="python"/>