Commit 9977da2
committed
Fix nose test generator bug. Better error messages
Make error messages more specific. Previously,
```
ERROR: Test reading compressed tables from URL.
```
Now,
```
ERROR: Test reading compressed tables from URL: infer compression, python engine
```
Add `self` parameter to check_table. Fixes error in line 928 of _make_engine:
```
UnboundLocalError: local variable 'klass' referenced before assignment
```1 parent 7ff1247 commit 9977da2
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | | - | |
37 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
38 | 45 | | |
39 | | - | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| |||
0 commit comments