Xingbang Liu
4/14/2020
==============================================================
test session starts
==============================================================
platform linux -- Python 3.7.6, pytest-5.4.1, py-1.8.1,
pluggy-0.13.1
plugins: cov-2.8.1
collected 16 items
test/test_lyrics_proc.py .Searching for "Country House" by
Blur...
Done.
.Searching for "On Top Of The World" by Imagine Dragons...
Done.
.Searching for "Scared To Live" by The Weeknd...
Done.
.......
test/test_text_proc.py ......
==============================================================
warnings summary
==============================================================
FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds
significant overhead and will be disabled by default in the
future. Set it to True or False to suppress this warning.
'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead
and '
DeprecationWarning: Using or importing the ABCs from
'collections' instead of from 'collections.abc' is deprecated
since Python 3.3, and in 3.9 it will stop working
if (isinstance(value, str) or isinstance(value,
collections.Callable) or hasattr(value, 'match')
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==============================================================
16 passed, 2 warnings in 11.27s
==============================================================