|
Lomiri
|


Public Member Functions | |
| def | test_can_unlock_pin_screen (self) |
| def | test_can_unlock_passphrase_screen (self) |
| def | test_pin_screen_wrong_code (self) |
| def | test_passphrase_screen_wrong_password (self) |
Public Member Functions inherited from lomiri.shell.tests.LomiriTestCase | |
| def | setUpClass (cls) |
| def | setUp (self) |
| def | launch_lomiri (self, mode="full-greeter", *args) |
| def | patch_lightdm_mock (self) |
| def | wait_for_lomiri (self) |
| def | get_dash (self) |
| def | main_window (self) |
Static Public Attributes | |
| scenarios = lomiri_scenarios.get_device_simulation_scenarios() | |
Additional Inherited Members | |
Public Attributes inherited from lomiri.shell.tests.LomiriTestCase | |
| lomiri_geometry_args | |
| grid_size | |
Tests for the lock screen.
Definition at line 32 of file test_lock_screen.py.
| def lomiri.shell.tests.test_lock_screen.TestLockscreen.test_can_unlock_passphrase_screen | ( | self | ) |
Must be able to unlock the passphrase entry screen.
Definition at line 53 of file test_lock_screen.py.
| def lomiri.shell.tests.test_lock_screen.TestLockscreen.test_can_unlock_pin_screen | ( | self | ) |
Must be able to unlock the PIN entry lock screen.
Definition at line 38 of file test_lock_screen.py.
| def lomiri.shell.tests.test_lock_screen.TestLockscreen.test_passphrase_screen_wrong_password | ( | self | ) |
Entering the wrong password must not dismiss the lock screen.
Definition at line 86 of file test_lock_screen.py.
| def lomiri.shell.tests.test_lock_screen.TestLockscreen.test_pin_screen_wrong_code | ( | self | ) |
Entering the wrong pin code must not dismiss the lock screen.
Definition at line 68 of file test_lock_screen.py.
|
static |
Definition at line 36 of file test_lock_screen.py.