yhat / db.py

db.py is an easier way to interact with your databases
BSD 2-Clause "Simplified" License
1.22k stars 111 forks source link

Problems in tests.py / Typo in file and tests failing #71

Closed ChristianTremblay closed 9 years ago

ChristianTremblay commented 9 years ago

Typo line 101 in test_table_count_rows Corrections were needed so tests.py could be used. Actually generate 4 errors using nosetests in Python 3.4 / Windows

Signed-off-by: Christian Tremblay christian.tremblay@servisys.com

ChristianTremblay commented 9 years ago

Running Python 3.4 on Windows using Anaconda. Using nosetests --with-doctest run 30 tests, no failure.