| ============================= test session starts ==============================
|
| platform linux -- Python 3.7.4, pytest-5.2.1, py-1.8.0, pluggy-0.13.0
|
| rootdir: /tmp
|
| collected 1 item
|
|
|
| test_example.py F [100%]
|
|
|
| =================================== FAILURES ===================================
|
| ________________________________ test_example _________________________________
|
|
|
| def test_example():
|
| # Test with <html> & "quotes" 'apostrophes'
|
| > assert False
|
| E assert False
|
|
|
| test_example.py:2: AssertionError
|
| =========================== 1 failed in 0.02 seconds ===========================
|