mirror of
https://github.com/cmur2/python-veml6070.git
synced 2025-07-12 07:11:18 +02:00
test: rename to suffix
This commit is contained in:
166
tests/snapshots/snap_veml6070_test.py
Normal file
166
tests/snapshots/snap_veml6070_test.py
Normal file
@ -0,0 +1,166 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# snapshottest: v1 - https://goo.gl/zC4yUc
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from snapshottest import Snapshot
|
||||
|
||||
|
||||
snapshots = Snapshot()
|
||||
|
||||
snapshots['TestVeml6070::test_uva_light_intensity_raw 1'] = [
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'r',
|
||||
57,
|
||||
18
|
||||
),
|
||||
(
|
||||
'r',
|
||||
56,
|
||||
52
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
)
|
||||
]
|
||||
|
||||
snapshots['TestVeml6070::test_disable 1'] = [
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
)
|
||||
]
|
||||
|
||||
snapshots['TestVeml6070::test_enable 1'] = [
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
)
|
||||
]
|
||||
|
||||
snapshots['TestVeml6070::test_integration_time 1'] = [
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
2
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
2
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
14
|
||||
)
|
||||
]
|
||||
|
||||
snapshots['TestVeml6070::test_setup 1'] = [
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
)
|
||||
]
|
||||
|
||||
snapshots['TestVeml6070::test_uva_light_intensity 1'] = [
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'r',
|
||||
57,
|
||||
1
|
||||
),
|
||||
(
|
||||
'r',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
14
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
14
|
||||
),
|
||||
(
|
||||
'r',
|
||||
57,
|
||||
1
|
||||
),
|
||||
(
|
||||
'r',
|
||||
56,
|
||||
6
|
||||
),
|
||||
(
|
||||
'w',
|
||||
56,
|
||||
14
|
||||
)
|
||||
]
|
Reference in New Issue
Block a user