Coverage for tests/import_test/two/_four/simple.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.4.3, created at 2024-03-01 11:56 +0000

1class Simple: 

2 """Simple test class.""" 

3 

4 def true() -> bool: 

5 """Return `True`.""" 

6 return True