(self, *args, **kwargs)
| 1062 | |
| 1063 | class TestVariable(VariableSubclassobjects): |
| 1064 | def cls(self, *args, **kwargs) -> Variable: |
| 1065 | return Variable(*args, **kwargs) |
| 1066 | |
| 1067 | @pytest.fixture(autouse=True) |
| 1068 | def setup(self): |
no test coverage detected