"""Basic test.""" def test_basic() -> None: """Test that 1 + 1 equals 2.""" assert 1 + 1 == 2