737f55b
1
2
3
4
5
6
7
"""Basic test.""" def test_basic() -> None: """Test that 1 + 1 equals 2.""" assert 1 + 1 == 2