Lines Matching defs:mocker

26     def test_password_is_valid(self, mocker, check):  argument
36 def test_password_is_invalid_older_than_5_21_0(self, mocker): argument
50 def test_password_is_invalid_5_21_0_or_newer(self, mocker): argument
72 def test_password_is_invalid_check_mode(self, mocker): argument
85 def test_sensu_go_older_than_5_21_0(self, mocker, check): argument
94 def test_sensu_go_newer_than_5_21_0(self, mocker): argument
111 def test_sensu_go_newer_than_5_21_0_check_mode(self, mocker): argument
125 def test_update_groups_no_change(self, mocker, check): argument
136 def test_update_groups(self, mocker): argument
159 def test_update_groups_check_mode(self, mocker): argument
174 def test_update_state_no_change(self, mocker, check, state): argument
183 def test_disable_user(self, mocker): argument
194 def test_disable_user_check_mode(self, mocker): argument
204 def test_enable_user(self, mocker): argument
215 def test_enable_user_check_mode(self, mocker): argument
227 def test_no_current_object(self, mocker): argument
240 def test_no_current_object_check(self, mocker): argument
252 def test_password_update(self, mocker): argument
271 def test_password_update_check_mode(self, mocker): argument
290 def test_password_hash_update(self, mocker): argument
305 def test_password_hash_update_check_mode(self, mocker): argument
320 def test_when_password_is_set_we_ignore_hash(self, mocker): argument
336 def test_groups_update(self, mocker): argument
354 def test_groups_update_check_mode(self, mocker): argument
372 def test_state_update(self, mocker): argument
390 def test_state_update_check_mode(self, mocker): argument
410 def test_minimal_user_parameters(self, mocker): argument
432 def test_minimal_parameters_on_existing_user(self, mocker): argument
447 def test_all_user_parameters(self, mocker): argument
472 def test_cannot_create_user_without_password(self, mocker): argument
484 def test_failure(self, mocker): argument
497 def test_failure_on_initial_get(self, mocker): argument
508 def test_failure_on_missing_bcrypt_5_21_0_or_newer(self, mocker): argument