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