Skip to content

Commit

Permalink
Updates 2024-08-28 - pytest action error
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Aug 28, 2024
1 parent 7b710e4 commit c12f81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/herding_cats_explorer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Create pytest.ini
run: |
echo "[pytest]" > pytest.ini
echo "pythonpath = ." >> pytest.ini
echo "pythonpath = src/" >> pytest.ini
echo "addopts = -v" >> pytest.ini
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion src/herding_cats.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_package_count(self) -> int:
logger.error(f"Failed to get package count: {e}")
raise CatExplorerError(f"Failed to get package count: {str(e)}")

# Example usage
# Example usage...
if __name__ == "__main__":
with CatSession("data.london.gov.uk") as session:
explore = CatExplorer(session)
Expand Down

0 comments on commit c12f81e

Please sign in to comment.