local maxima prototype
This commit is contained in:
parent
952f8b97a5
commit
47f74329bf
2 changed files with 18 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
from first import times_3
|
||||
|
||||
def test_times_3_integer():
|
||||
pass
|
||||
value = [2]
|
||||
expected = [1,1,1]
|
||||
|
||||
result = times_3(value)
|
||||
|
||||
assert result == expected
|
||||
|
||||
|
||||
def test_times_3_string():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue