Files
codeql/python/ql/test/experimental
Rasmus Wriedt Larsen 7213da195c Python: Use standard naming scheme for taint flow tests
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.
2020-08-28 11:22:42 +02:00
..
2020-07-23 20:04:32 +05:30
2020-07-07 19:44:43 +02:00
2020-07-07 19:44:43 +02:00
2020-07-24 00:57:19 +05:30

This directory contains tests for experimental CodeQL queries and libraries.