Skip to content

Commit

Permalink
test: added test file
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-cartalemi committed Nov 8, 2023
1 parent 977e5ce commit c92cbd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_random_number.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from src.random_number import random_number

def test_random_number() -> None:
t = random_number(0, 100)
assert t >= 0 and t <= 100

0 comments on commit c92cbd2

Please sign in to comment.