denisenkom / pytds

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

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

Closed LHCGreg closed 6 years ago

LHCGreg commented 6 years ago
============================== 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.

denisenkom commented 6 years ago

Renamed