mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
Add more unit tests, fix a few small bugs
This commit is contained in:
@@ -120,6 +120,7 @@ def test_mean():
|
||||
values = list(values)
|
||||
random.shuffle(values)
|
||||
assert mean(values) == result
|
||||
assert mean(iter(values)) == result
|
||||
|
||||
def test_mean_big_data():
|
||||
c = 1e9
|
||||
|
||||
Reference in New Issue
Block a user