blob: bf0304d29e452bc43b2c37d4afb6f42b74bb6c19 (
plain)
1
2
3
4
5
6
7
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
# A file in another directory. We're checking that it ends up in the
# HTML report.
print("This is the other src!")
|