Skip to content

Commit

Permalink
Output test results and code coverage (dbcli#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
pensivebrian authored Aug 20, 2019
1 parent 595e2ad commit c72a12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
.noseids
junit/

# macOS
.swp
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def unit_test():
Run all unit tests.
"""
utility.exec_command(
'pytest --cov mssqlcli '
'pytest --cov mssqlcli --doctest-modules --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html '
'tests/test_mssqlcliclient.py '
'tests/test_completion_refresher.py '
'tests/test_config.py '
Expand Down

0 comments on commit c72a12b

Please sign in to comment.