Files
codeql/python/ql/lib/utils/test/InlineExpectationsTest.qll
2024-12-12 15:03:01 +01:00

10 lines
266 B
Plaintext

/**
* Inline expectation tests for Python.
* See `shared/util/codeql/util/test/InlineExpectationsTest.qll`
*/
private import python as PY
private import codeql.util.test.InlineExpectationsTest
private import internal.InlineExpectationsTestImpl
import Make<Impl>