.FFF.                                                                    [100%]
=================================== FAILURES ===================================
_____________________________ test_genuine_failure _____________________________
test_sample_failure.py:9: in test_genuine_failure
    assert 1 + 1 == 3
E   assert (1 + 1) == 3
______________________ test_parametrized_with_spaces[a b] ______________________
test_sample_failure.py:14: in test_parametrized_with_spaces
    assert val == "nomatch"
E   AssertionError: assert 'a b' == 'nomatch'
E     
E     - nomatch
E     + a b
______________________ test_parametrized_with_spaces[c d] ______________________
test_sample_failure.py:14: in test_parametrized_with_spaces
    assert val == "nomatch"
E   AssertionError: assert 'c d' == 'nomatch'
E     
E     - nomatch
E     + c d
=========================== short test summary info ============================
FAILED test_sample_failure.py::test_genuine_failure - assert (1 + 1) == 3
FAILED test_sample_failure.py::test_parametrized_with_spaces[a b] - Assertion...
FAILED test_sample_failure.py::test_parametrized_with_spaces[c d] - Assertion...
3 failed, 2 passed in 0.02s
