mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 17:23:05 +02:00
- Rewrite _get_today_exercise_count() to parse JSON from workouts.exercises column instead of broken JOIN on exercises definition table - Show actual reason (stale/no_exercises) instead of generic 'suspicious' - Fix pylint issues: generated-members regex for mock assertions, design limits for mixins/tests, concurrent.futures no-name-in-module disable, implicit booleanness in assertions, module-level pylint disables in tests - Add pytest to pre-commit pylint additional_dependencies - Add tests for missing exercises column, null/malformed JSON, nameless exercise entries |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_adb_and_phone.py | ||
| test_init_and_log.py | ||
| test_log_integrity.py | ||
| test_phone_check_unlock.py | ||
| test_phone_verification_part2.py | ||
| test_shutdown_part2.py | ||
| test_shutdown_part3.py | ||
| test_time_check.py | ||
| test_ui_and_timers_part2.py | ||
| test_ui_and_timers.py | ||
| test_ui_flows_part2.py | ||
| test_verify_workout.py | ||