News

Improve your Python testing even more ... it showed that the even-number path wasn't covered. Let's add a test to do this: def test_even_numbers(): with pytest.raises(NoEvenNumbersHereException): only ...