[MRG] Add error/warning tests (#113)

* Add unknown flavor test

* Add input kwargs test

* Remove unused utils

* Add unsupported format test

* Add stream unequal tables-columns length test

* Add python3 compat

* Add no tables found test

* Convert util info log to warning
This commit is contained in:
Vinayak Mehta
2018-10-02 19:28:42 +05:30
committed by GitHub
parent f1bf4309ec
commit c5bde5e2ad
13 changed files with 94 additions and 143 deletions
BIN
View File
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
"a","b"
"1","2"
1 a b
2 1 2
Binary file not shown.