Coverage for tests/fixtures/nested_class.py: 100.00%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.12, created at 2025-03-09 17:28 +0100

1class Main: 

2 """Main docstring.""" 

3 

4 class Nested: 

5 """Nested docstring."""