Spaces:
Running
Running
File size: 108 Bytes
d4a7025 |
1 2 3 4 5 6 |
import pytest
from app import return_true
def test_reset_history():
assert return_true() == True |