Fix no table found warning and add tests for two tables

This commit is contained in:
Vinayak Mehta
2018-11-23 19:28:55 +05:30
parent bf894116d2
commit 1f71513004
5 changed files with 162 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ install:
pip install ".[dev]"
test:
pytest --verbose --cov-config .coveragerc --cov-report term --cov-report xml --cov=camelot --mpl tests
pytest --verbose --cov-config .coveragerc --cov-report term --cov-report xml --cov=camelot --mpl
docs:
cd docs && make html