Skip to content

Commit

Permalink
chore: fixing tests for indexer v3 compatibility (#58)
Browse files Browse the repository at this point in the history
* chore: fixing tests for indexer v3 compatibility

* chore: minor refinements
  • Loading branch information
aorumbayev authored Nov 22, 2023
1 parent 25ab9b4 commit 9c31f76
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
set -o pipefail
pipx install algokit
algokit localnet start
poetry run pytest --junitxml=pytest-junit.xml --cov-report=term-missing:skip-covered --cov=src | tee pytest-coverage.txt
poetry run pytest -n auto --junitxml=pytest-junit.xml --cov-report=term-missing:skip-covered --cov=src | tee pytest-coverage.txt
algokit localnet stop
- name: pytest coverage comment - using Python 3.10 on ubuntu-latest
Expand Down
Loading

1 comment on commit 9c31f76

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/algokit_utils
   _ensure_funded.py69199%99
   _transfer.py62395%13, 76–77
   account.py851385%14–17, 61–65, 96, 109, 136, 139, 183
   application_client.py5519683%53–54, 111, 128, 179, 184, 213, 325, 330–331, 333, 335, 402, 411, 420, 470, 478, 487, 531, 539, 548, 592, 600, 609, 661, 669, 678, 720, 728, 737, 797, 812, 830–833, 909, 949, 961, 974, 1016, 1076–1082, 1086–1091, 1093, 1129, 1136, 1247, 1279, 1333–1335, 1337, 1347–1404, 1415–1420, 1440–1443
   application_specification.py971189%92, 94, 193–202, 206
   asset.py79594%9, 27–30
   config.py17759%13–18, 21–22
   deploy.py4552395%30–33, 168, 172–173, 190, 246, 402, 413–421, 438–441, 451, 459, 652–653, 677
   dispenser_api.py821285%112–113, 117–120, 155–157, 176–178
   logic_error.py38295%6, 30
   models.py126794%45, 50–52, 61–62, 125
   network_clients.py66395%89–90, 121
TOTAL173918389% 

Tests Skipped Failures Errors Time
191 0 💤 0 ❌ 0 🔥 56.183s ⏱️

Please sign in to comment.