Skip to content

Commit

Permalink
Make testing a bit easier to type
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-braun committed Apr 6, 2021
1 parent d245751 commit ec42ede
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[pytest]
addopts =
--cov dask_sql --cov-config=.coveragerc
--cov dask_sql
--cov-config=.coveragerc
--cov-report=term-missing
testpaths =
tests

0 comments on commit ec42ede

Please sign in to comment.