File: test_account.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 (39 lines) | stat: -rw-r--r-- 1,062 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
39
# serializer version: 1
# name: test_list_vehicles_no_prompt
  '''
  Registration    Brand    Model    VIN
  --------------  -------  -------  -----------------
  REG-NUMBER      RENAULT  ZOE      VF1AAAAA555777999
  
  '''
# ---
# name: test_list_vehicles_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: 
  
      ID            Type         Vehicles
  --  ------------  ---------  ----------
   1  account-id-1  MYRENAULT           1
   2  account-id-2  SFDC                1
  
  Please select account [1]: 1
  Do you want to save the account ID to the credential store? [y/N]: y
  
  Registration    Brand    Model    VIN
  --------------  -------  -------  -----------------
  REG-NUMBER      RENAULT  ZOE      VF1AAAAA555777999
  
  '''
# ---
# name: test_list_vehicles_store
  '''
  Registration    Brand    Model    VIN
  --------------  -------  -------  -----------------
  REG-NUMBER      RENAULT  ZOE      VF1AAAAA555777999
  
  '''
# ---