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")