Skip to content

Commit 24bf292

Browse files
authored
Merge pull request #515 from markshannon/python-add-metadata
Python tests: Add missing metadata files.
2 parents 13d130d + 527c95c commit 24bf292

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

python/ql/test/.project

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>python-ql-tests</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.python.pydev.PyDevBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.python.pydev.pythonNature</nature>
16+
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
17+
</natures>
18+
</projectDescription>

python/ql/test/.qlpath

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<ns:qlpath xmlns:ns="https://semmle.com/schemas/qlpath">
3+
<librarypath>
4+
<path kind="WORKSPACE">/semmlecode-python-queries</path>
5+
</librarypath>
6+
<dbscheme>/semmlecode-python-queries/semmlecode.python.dbscheme</dbscheme>
7+
<defaultImports><defaultImport>python</defaultImport></defaultImports>
8+
</ns:qlpath>

python/ql/test/queries.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<queries language="python"/>

0 commit comments

Comments
 (0)