aio-libs / aiomysql

aiomysql is a library for accessing a MySQL database from the asyncio
https://aiomysql.rtfd.io
MIT License
1.75k stars 255 forks source link

Add SQLAlchemy .in_ operator test case for #577 #842

Closed Nothing4You closed 2 years ago

Nothing4You commented 2 years ago

What do these changes do?

Add SQLAlchemy .in_ operator test case for #577

Are there changes in behavior for the user?

no

Related issue number

Relates to #577

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #842 (fe98dd1) into master (ab13f94) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #842      +/-   ##
==========================================
+ Coverage   93.63%   93.64%   +0.01%     
==========================================
  Files          36       36              
  Lines        5532     5542      +10     
  Branches      937      939       +2     
==========================================
+ Hits         5180     5190      +10     
  Misses        262      262              
  Partials       90       90              
Flag Coverage Δ
ubuntu-latest_3.10_mariadb-10.3 90.18% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.10_mariadb-10.4 90.18% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.10_mariadb-10.5 90.16% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.10_mariadb-10.6 90.16% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.10_mariadb-10.7 90.16% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.10_mariadb-10.8 90.16% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.10_mysql-5.7 90.86% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.10_mysql-8.0 92.25% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.11-dev_mariadb-10.3 90.14% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.11-dev_mariadb-10.4 90.14% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.11-dev_mariadb-10.5 90.12% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.11-dev_mariadb-10.6 90.12% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.11-dev_mariadb-10.7 90.12% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.11-dev_mariadb-10.8 90.12% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.11-dev_mysql-5.7 90.83% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.11-dev_mysql-8.0 92.22% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.7_mariadb-10.3 89.63% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.7_mariadb-10.4 89.63% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.7_mariadb-10.5 89.61% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.7_mariadb-10.6 89.61% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.7_mariadb-10.7 89.61% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.7_mariadb-10.8 89.61% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.7_mysql-5.7 90.36% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.7_mysql-8.0 91.83% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.8_mariadb-10.3 90.22% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.8_mariadb-10.4 90.22% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.8_mariadb-10.5 90.20% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.8_mariadb-10.6 90.20% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.8_mariadb-10.7 90.20% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.8_mariadb-10.8 90.20% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.8_mysql-5.7 90.91% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.8_mysql-8.0 92.28% <100.00%> (+0.01%) :arrow_up:
ubuntu-latest_3.9_mariadb-10.3 90.06% <90.00%> (-0.01%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.4 90.06% <90.00%> (-0.01%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.5 90.04% <90.00%> (-0.01%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.6 90.04% <90.00%> (-0.01%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.7 90.04% <90.00%> (-0.01%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.8 90.04% <90.00%> (-0.01%) :arrow_down:
ubuntu-latest_3.9_mysql-5.7 90.74% <90.00%> (-0.01%) :arrow_down:
ubuntu-latest_3.9_mysql-8.0 92.12% <90.00%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/sa/test_sa_connection.py 97.39% <100.00%> (+0.07%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more