Add inline expectations test framework

This commit is contained in:
Arthur Baars
2021-06-10 13:45:04 +02:00
parent 33c5312842
commit 4fa093048c
3 changed files with 361 additions and 2 deletions

View File

@@ -22,5 +22,9 @@
"TypeTracker": [
"codeql/python/ql/src/semmle/python/dataflow/new/internal/TypeTracker.qll",
"ql/src/codeql_ruby/typetracking/TypeTracker.qll"
]
}
],
"Inline Test Expectations": [
"codeql/python/ql/test/TestUtilities/InlineExpectationsTest.qll",
"ql/test/TestUtilities/InlineExpectationsTest.qll"
]
}