-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: wireless flow test is complete, during this process debuggi…
…ng and refactoring is done in different parts of code as the issues were found - closes #52 feat(core): make file handlers in logging `RotatingFileHandler`s feat(tests): add `ChooseMenuItemByIconEvent`, `ChooseMenuItemByIndexEvent`, `ChooseMenuItemByLabelEvent` helper events to be used in tests feat(tests): a `setup.sh` in `tests` directory or any of its parent directories is sourced before running tests feat(tests): add `wait_for_menu_item` and `wait_for_empty_menu` fixtures
- Loading branch information
Showing
134 changed files
with
2,567 additions
and
3,660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,6 +77,7 @@ venv.bak/ | |
|
||
# logs | ||
*.log | ||
*.log.[0-9]* | ||
|
||
# headless-kivy-pi | ||
headless_kivy_pi_buffer.raw | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.