klip icon indicating copy to clipboard operation
klip copied to clipboard

clip title assertions fail in tests

Open coolharsh55 opened this issue 10 years ago • 0 comments

The title assertions fail in tests with the error(s):

  File "tests/tests.py", line 74, in test_books
    assert(item["title"] in ["Regular Expressions Cookbook", "Das Kapital"])
AssertionError

  File "tests/tests.py", line 68, in test_books
    assert(item["title"] in ["The Mythical Man Month", "Two Scoops of Django: Best Practices for Django 1.5"])
AssertionError

coolharsh55 avatar Oct 22 '15 14:10 coolharsh55