mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
We got into problems since using `string.py` would shadow the string module from the standard library. By some reason I adopted a pattern of `_` as suffix, but let us just use the standard pattern of `test_` prefix like a normal testing framework like pytest does.
This directory contains tests for experimental CodeQL queries and libraries.