22 lines
3.6 KiB
Plaintext
22 lines
3.6 KiB
Plaintext
============================= test session starts =============================
|
|
platform win32 -- Python 3.10.0, pytest-8.3.3, pluggy-1.5.0 -- C:\Users\ANNA\AppData\Local\Programs\Python\Python310\python.exe
|
|
cachedir: .pytest_cache
|
|
rootdir: C:\Users\ANNA\Desktop\ooad\app
|
|
collected 16 items
|
|
|
|
test_vocabulary.py::test_article_level_empty_content PASSED [ 6%]
|
|
test_vocabulary.py::test_article_level_punctuation_only PASSED [ 12%]
|
|
test_vocabulary.py::test_article_level_single_word PASSED [ 25%]
|
|
test_vocabulary.py::test_article_level_subset_vs_superset PASSED [ 31%]
|
|
test_vocabulary.py::test_article_level_multiple_words PASSED [ 37%]
|
|
test_vocabulary.py::test_article_level_medium_paragraph PASSED [ 50%]
|
|
test_vocabulary.py::test_article_level_long_paragraph PASSED [ 56%]
|
|
test_vocabulary.py::test_user_level_empty_dictionary PASSED [ 62%]
|
|
test_vocabulary.py::test_user_level_one_simple_word PASSED [ 68%]
|
|
test_vocabulary.py::test_user_level_invalid_word PASSED [ 75%]
|
|
test_vocabulary.py::test_user_level_one_hard_word PASSED [ 81%]
|
|
test_vocabulary.py::test_user_level_multiple_words PASSED [ 87%]
|
|
test_vocabulary.py::test_user_level_consider_only_most_recent_words_difficult_words_most_recent PASSED [ 93%]
|
|
test_vocabulary.py::test_user_level_consider_only_most_recent_words_easy_words_most_recent PASSED [100%]
|
|
|
|
======================================== 16 passed in 0.16s ========================================= |