We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61273aa commit b7a3d8cCopy full SHA for b7a3d8c
test/deprecation/test_attributes.py
@@ -0,0 +1,10 @@
1
+"""Tests for dynamic and static attribute errors."""
2
+
3
+import pytest
4
5
+import git
6
7
8
+def test_no_attribute() -> None:
9
+ with pytest.raises(AttributeError):
10
+ git.foo
0 commit comments