Coverage for main.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

8 statements  

1import m1 

2import m2 

3import m3 

4 

5a = 5 

6b = 6 

7 

8assert m1.m1a == 1 

9assert m2.m2a == 1 

10assert m3.m3a == 1