summaryrefslogtreecommitdiff
path: root/tests/farm/annotate/gold_multi
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-24 11:43:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-24 11:43:28 -0400
commit11998ee5ee43b334744123f820b488091728ae52 (patch)
treea90234a68fd193415a10b7dfdcab5b01982ba8f6 /tests/farm/annotate/gold_multi
parenta1ae430c3cd952478e677ca396db1c9e560eaa8f (diff)
downloadpython-coveragepy-git-11998ee5ee43b334744123f820b488091728ae52.tar.gz
Update NOTICE link to GitHub.
Diffstat (limited to 'tests/farm/annotate/gold_multi')
-rw-r--r--tests/farm/annotate/gold_multi/a/a.py,cover2
-rw-r--r--tests/farm/annotate/gold_multi/b/b.py,cover2
-rw-r--r--tests/farm/annotate/gold_multi/multi.py,cover2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/farm/annotate/gold_multi/a/a.py,cover b/tests/farm/annotate/gold_multi/a/a.py,cover
index e5e97226..95f0d8c5 100644
--- a/tests/farm/annotate/gold_multi/a/a.py,cover
+++ b/tests/farm/annotate/gold_multi/a/a.py,cover
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
- # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
> def a(x):
> if x == 1:
diff --git a/tests/farm/annotate/gold_multi/b/b.py,cover b/tests/farm/annotate/gold_multi/b/b.py,cover
index 26b25548..18240bf0 100644
--- a/tests/farm/annotate/gold_multi/b/b.py,cover
+++ b/tests/farm/annotate/gold_multi/b/b.py,cover
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
- # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
> def b(x):
> print "x is %s" % x
diff --git a/tests/farm/annotate/gold_multi/multi.py,cover b/tests/farm/annotate/gold_multi/multi.py,cover
index 90a13c91..980f4793 100644
--- a/tests/farm/annotate/gold_multi/multi.py,cover
+++ b/tests/farm/annotate/gold_multi/multi.py,cover
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
- # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
> import a.a
> import b.b