summaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-20 17:47:23 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-20 17:47:23 -0500
commit81512040e39704bd9e8eb7232d8e56910908ab2c (patch)
tree2c209bd9d8e32e7842cf17a2ed8e6e8e6b10de9b /tests/__init__.py
parent44ae5a8957a646d5bbf5e3aef554e9946ace1e0b (diff)
downloadpython-coveragepy-git-81512040e39704bd9e8eb7232d8e56910908ab2c.tar.gz
No more nose, use pytest as test runner
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 5a0e30f4..1ff1e1be 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1 +1,4 @@
-"""Automated tests. Run with nosetests."""
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
+"""Automated tests. Run with pytest."""