Files
codeql/python/ql/test/library-tests/PointsTo/new
Rasmus Wriedt Larsen 0b4bfed726 Merge pull request #3156 from tausbn/python-autoformat-all-ql-files
Python: Autoformat all `.ql` files.
2020-03-30 16:24:18 +02:00
..
2020-03-30 11:59:10 +02:00
2020-03-30 11:59:10 +02:00
2020-03-30 11:59:10 +02:00
2020-03-30 11:59:10 +02:00
2020-03-30 11:59:10 +02:00
2020-03-30 11:59:10 +02:00
2020-03-30 11:59:10 +02:00
2020-03-30 13:55:38 +02:00
2020-03-30 11:59:10 +02:00
2020-03-30 11:59:10 +02:00
2020-03-30 11:59:10 +02:00
2020-03-20 16:35:37 +01:00
2020-03-30 11:59:10 +02:00
2020-03-30 11:59:10 +02:00

Dataflow, points-to, call-graph and type-inference tests.

Since dataflow, points-to, call-graph and type-inference are all interlinked it makes sense to test them together.

The test code.

The test code is all under the code/ subdirectory and all test files are named \w_name, supporting files do have an underscore as their second character. This allows tests to be applied to a subset of the test data and test/data combinations to be turned on/off easily for debugging.

Be aware that here are two __init__.py, so the results are interleaved.