File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 uses : ./.github/actions/setup
5151 - name : Run unit tests
5252 run : |
53- python -m pytest tests/unit
53+ python -m pytest --cov=octopusenergy tests/unit
54+
5455 integration_tests :
5556 # Tests are geared towards my account, so ignore for others
5657 if : ${{ github.repository_owner == 'BottlecapDave' && github.repository_owner == github.actor }}
6566 uses : ./.github/actions/setup
6667 - name : Run integration tests
6768 run : |
68- python -m pytest tests/integration
69+ python -m pytest --cov=octopusenergy --cov-append tests/integration
6970 env :
7071 API_KEY : ${{ secrets.OCTOPUS_ENERGY_API_TOKEN }}
7172 GAS_MPRN : ${{ secrets.OCTOPUS_ENERGY_GAS_MPRN }}
Original file line number Diff line number Diff line change 11pytest
22pytest-socket
33pytest-asyncio
4+ pytest-cov
45mock
56homeassistant
67pydantic
78psutil-home-assistant
89sqlalchemy
910fnvhash
10- fnv_hash_fast
11+ fnv_hash_fast
You can’t perform that action at this time.
0 commit comments