/Users/mike/Projects/python-test/tests/test_lib.py:20: skipped def test_always_fail(): > assert False E assert False tests/test_lib.py:25: AssertionError def test_error(): > raise Exception("error") E Exception: error tests/test_lib.py:32: Exception