datacamp / sqlwhat

https://sqlwhat.readthedocs.io
GNU Affero General Public License v3.0
3 stars 8 forks source link

add rounding via digits option to test_column #98

Closed machow closed 7 years ago

machow commented 7 years ago

e.g. test_column('a', digits = 2) rounds 1.123 to 1.12. Fails loudly when solution column can't be rounded, skips columns in solution that can't be rounded when checking.

issue #94