Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reboot check test python version (New) #1338

Merged
merged 36 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
ecb8245
feat: initial migration
tomli380576 Jun 27, 2024
9071c65
feat: created a wrapper for subprocess.run()
tomli380576 Jun 27, 2024
da8ad43
fix: incorrect main function logic
tomli380576 Jun 27, 2024
daed1f7
style: add more error messages
tomli380576 Jun 28, 2024
ba87ddd
fix: no display connectio n-> skipped
tomli380576 Jun 28, 2024
9913476
refactor: move device comparison tests to a class
tomli380576 Jul 5, 2024
aa90b1e
test: unit tests for reboot_check_test
tomli380576 Jul 8, 2024
c9ff59e
fix: remove any direct calls to subprocess.run
tomli380576 Jul 8, 2024
2800dc3
test: add a test for the all-flags-enabled case
tomli380576 Jul 8, 2024
ab37b69
style: reorganize declarations
tomli380576 Jul 8, 2024
5cb060e
fix: missing .value when using enums
tomli380576 Jul 8, 2024
bcd5257
refactor: separate tests into more classes
tomli380576 Jul 8, 2024
af61d19
refactor: add clenup methods
tomli380576 Jul 8, 2024
b8d5ada
refactor: group tests into classes
tomli380576 Jul 9, 2024
b819e3a
fix: update tests to reflect changes in reboot_check_test
tomli380576 Jul 9, 2024
be80ed9
style: formatting, comments
tomli380576 Jul 9, 2024
e523901
fix: extra -g flag, add comments
tomli380576 Jul 9, 2024
19ac79b
fix: remove get_display_id due to too many edge cases
tomli380576 Jul 12, 2024
95d8466
fix: extra wrapper for non-existent commands
tomli380576 Jul 12, 2024
b144589
style: fit everything within 80 char limit
tomli380576 Jul 12, 2024
c64cbb2
test: update unit tests to reflect new method names
tomli380576 Jul 15, 2024
0057b07
fix: assume display variable
tomli380576 Jul 16, 2024
9fdcb1b
test: update tests to reflect removal of get_display_id
tomli380576 Jul 16, 2024
fe8930b
fix: missing conditionals on certain logs
tomli380576 Jul 16, 2024
e15ae06
fix: let unity support infer environment variable
tomli380576 Jul 17, 2024
27fd47b
refactor: revert changes in boot.pxu to put in a separate PR
tomli380576 Jul 17, 2024
0a3d904
fix: flake8 linter errors
tomli380576 Jul 17, 2024
b4b4930
fix: increase test coverage
tomli380576 Jul 17, 2024
1d18e30
fix: combine dpkg check conditions
tomli380576 Jul 17, 2024
be12244
update: use the new desktop env detector
tomli380576 Jul 23, 2024
6432549
test: increase coverage
tomli380576 Jul 23, 2024
f75942b
style: formatting
tomli380576 Jul 23, 2024
4bc4ef9
fix: remove subprocess.run wrapper
tomli380576 Sep 26, 2024
14f3c1e
fix: use class attributes instead of enum to avoid writing .value
tomli380576 Sep 26, 2024
5d149fc
fix: reflect changes in unit tests
tomli380576 Sep 26, 2024
d636da3
style: formatting
tomli380576 Sep 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading