added local maxima function
This commit is contained in:
parent
952f8b97a5
commit
c62e1e8797
3 changed files with 56 additions and 4 deletions
|
@ -1,6 +1,11 @@
|
|||
from first import times_3
|
||||
|
||||
def test_times_3_integer():
|
||||
pass
|
||||
result = times_3([1])
|
||||
assert result == [1, 1, 1]
|
||||
|
||||
|
||||
def test_times_3_string():
|
||||
pass
|
||||
result = times_3([1])
|
||||
assert result == [2]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue