denisenkom / pytds

Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation
MIT License
192 stars 53 forks source link

Fix unit test failures when SQL Server is running locally. #93

Closed LHCGreg closed 6 years ago

LHCGreg commented 6 years ago

Use port 1434 for unit test sockets instead of 1433.

Fixes #89

codecov[bot] commented 6 years ago

Codecov Report

Merging #93 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #93   +/-   ##
=======================================
  Coverage   94.02%   94.02%           
=======================================
  Files          26       26           
  Lines        7818     7818           
=======================================
  Hits         7351     7351           
  Misses        467      467
Impacted Files Coverage Δ
tests/unit_test.py 99.21% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2878b5e...127d57e. Read the comment docs.