We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38805db commit fde6310Copy full SHA for fde6310
tests/test_bases.py
@@ -44,6 +44,7 @@ def __dict__(self):
44
class_dict["School"] = self.school
45
return class_dict
46
47
+
48
@pytest.fixture(scope="function")
49
def alice():
50
return Person("Alice", 20, "IRC Lurker")
0 commit comments