crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

Tests: Use more specific assertXXX methods, as suggested by CodeQL #471

Closed amotl closed 1 year ago

amotl commented 1 year ago

About

From the outcome of running a CodeQL scan on behalf of #467, this patch addresses some of the items currently/previously listed at ^1. Effectively, it will resolve all of the Imprecise assert check notices issued by CodeQL.

Example

image