File: test_nice_go_api.ambr

package info (click to toggle)
python-nice-go 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 608 kB
  • sloc: python: 1,981; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 734 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# serializer version: 1
# name: test_get_all_barriers
  list([
    Barrier(id='test_id', type='test_type', controlLevel='test_control_level', attr=[{'key': 'test_key', 'value': 'test_value'}], state=BarrierState(deviceId='test_id', reported={'test': 'value'}, timestamp='1234567890', version=1, connectionState=ConnectionState(connected=True, updatedTimestamp='1234567890')), api=None),
  ])
# ---
# name: test_get_all_barriers_no_connection_state
  list([
    Barrier(id='test_id', type='test_type', controlLevel='test_control_level', attr=[{'key': 'test_key', 'value': 'test_value'}], state=BarrierState(deviceId='test_id', reported={'test': 'value'}, timestamp='1234567890', version=1, connectionState=None), api=None),
  ])
# ---