multi.py,cover 213 B

123456789
  1. # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
  2. # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
  3. > import a.a
  4. > import b.b
  5. > a.a.a(1)
  6. > b.b.b(2)