denisenkom / pytds

Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning in unit tests due to helper class starting with "Test"

LHCGreg opened this issue · comments

============================== warnings summary ===============================
tests/unit_test.py::TestServer
  cannot collect test class 'TestServer' because it has a __init__ constructor

-- Docs: http://doc.pytest.org/en/latest/warnings.html

Could be fixed by renaming the TestServer class to something else.

Renamed