Skip to content

Commit

Permalink
feat:refactor tests and add Selenium Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad committed Nov 6, 2024
1 parent 73c468d commit c426bf1
Show file tree
Hide file tree
Showing 24 changed files with 1,588 additions and 1,385 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build:

## @Code_quality Runs black on the checked out code
black:
poetry run black uk_bin_collection
poetry run black **/*.py

## @Code_quality Runs pycodestyle on the the checked out code
pycodestyle:
Expand Down
558 changes: 337 additions & 221 deletions custom_components/uk_bin_collection/config_flow.py

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions custom_components/uk_bin_collection/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
STATE_ATTR_DAYS = "days"

DEVICE_CLASS = "bin_collection_schedule"

SELENIUM_SERVER_URLS = ["http://localhost:4444", "http://selenium:4444"]

BROWSER_BINARIES = ["chromium", "chromium-browser", "google-chrome"]
Loading

0 comments on commit c426bf1

Please sign in to comment.