File: test_client.ambr

package info (click to toggle)
python-renault-api 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,696 kB
  • sloc: python: 7,804; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# serializer version: 1
# name: test_list_accounts_no_prompt
  '''
  Type       ID
  ---------  ------------
  MYRENAULT  account-id-1
  SFDC       account-id-2
  
  '''
# ---
# name: test_list_accounts_prompt
  '''
  Please select a locale [fr_CA]: fr_FR
  Do you want to save the locale to the credential store? [y/N]: N
  
  User: test@example.com
  Password: 
  
  Type       ID
  ---------  ------------
  MYRENAULT  account-id-1
  SFDC       account-id-2
  
  '''
# ---
# name: test_login_no_prompt
  ''
# ---
# name: test_login_prompt
  '''
  User: test@example.com
  Password: 
  Please select a locale [fr_CA]: fr_FR
  Do you want to save the locale to the credential store? [y/N]: y
  
  
  '''
# ---