Files
codeql/python/ql/test/library-tests/frameworks/requests/ConceptsTest.ql
Rasmus Wriedt Larsen 1ff56d5143 Python: Add tests of requests
Also adjusts test slightly. Writing
`clientRequestDisablesCertValidation=False` to mean that certificate
validation was disabled by the `False` expression is just confusing, as
it easily reads as _certificate validate was NOT disabled_ :|

The new one ties to each request that is being made, which seems like
the right setup.
2021-12-13 14:07:32 +01:00

3 lines
52 B
Plaintext

import python
import experimental.meta.ConceptsTest