Esempio n. 1
0
def test_atm_header(print_mock):
    atm = ATM()
    atm._print_header()

    print_mock.assert_called_once()