Skip to content

Commit f9e9ae9

Browse files
committed
Python: Move tests that would change under Python 3.12 to lang specific directory
This moves the tests to Python 2, next we copy them to Python 3.
1 parent 23419ee commit f9e9ae9

File tree

20 files changed

+2
-2
lines changed

20 files changed

+2
-2
lines changed

python/ql/test/library-tests/PointsTo/imports/Runtime.expected renamed to python/ql/test/2/library-tests/PointsTo/imports2/Runtime.expected

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/Runtime.ql renamed to python/ql/test/2/library-tests/PointsTo/imports2/Runtime.ql

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/RuntimeWithType.expected renamed to python/ql/test/2/library-tests/PointsTo/imports2/RuntimeWithType.expected

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/RuntimeWithType.ql renamed to python/ql/test/2/library-tests/PointsTo/imports2/RuntimeWithType.ql

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
semmle-extractor-options: --lang=2 --max-import-depth=2 -r package

python/ql/test/library-tests/PointsTo/imports/package/__init__.py renamed to python/ql/test/2/library-tests/PointsTo/imports2/package/__init__.py

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/package/module.py renamed to python/ql/test/2/library-tests/PointsTo/imports2/package/module.py

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/package/module2.py renamed to python/ql/test/2/library-tests/PointsTo/imports2/package/module2.py

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/package/moduleX.py renamed to python/ql/test/2/library-tests/PointsTo/imports2/package/moduleX.py

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/package/x.py renamed to python/ql/test/2/library-tests/PointsTo/imports2/package/x.py

File renamed without changes.

0 commit comments

Comments
 (0)