7 lines
No EOL
252 B
Python
7 lines
No EOL
252 B
Python
from main import jaccard_similarity, most_likely
|
|
|
|
def test_CanInstantiatejaccard_similarity():
|
|
co = jaccard_similarity(userQuestion="whats the weather like",questionBank="Sunny")
|
|
|
|
def test_most_likely():
|
|
co = most_likely(userQuestion="Weather") |