Skip to content

Commit 13d9843

Browse files
committed
verbose tests
1 parent 419d263 commit 13d9843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
flake8 setup.py dropbox example test
4646
- name: Run Unit Tests
4747
run: |
48-
pytest test/unit/test_dropbox_unit.py
48+
pytest -v test/unit/test_dropbox_unit.py
4949
Docs:
5050
runs-on: macos-13
5151
steps:
@@ -121,4 +121,4 @@ jobs:
121121
SCOPED_TEAM_REFRESH_TOKEN: ${{ secrets.SCOPED_TEAM_REFRESH_TOKEN }}
122122
DROPBOX_SHARED_LINK: ${{ secrets.DROPBOX_SHARED_LINK }}
123123
run: |
124-
pytest test/integration/test_dropbox.py
124+
pytest -v test/integration/test_dropbox.py

0 commit comments

Comments
 (0)