Coverage for tests/import_test/two/three/success.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v6.4.4, created at 2022-08-30 02:19 -0700

1# A module that always works 

2 

3 

4def okay(): 

5 return True 

6 

7 

8class Container: 

9 def inside(): 

10 return "1"