summaryrefslogtreecommitdiff
path: root/checkeol.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-04-17 11:24:28 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-04-17 11:24:28 -0400
commit3aebea207bace4845b06ee9d5491487618352239 (patch)
tree17b72e2bcb8b94dd89ea67eae4715ac170c86311 /checkeol.py
parente978f71338cad069e5fe125de462c5a11a445f96 (diff)
downloadpython-coveragepy-git-3aebea207bace4845b06ee9d5491487618352239.tar.gz
Even better way to test js: build fixtures programmatically, no need for monkeypatching the code under test.
Diffstat (limited to 'checkeol.py')
-rw-r--r--checkeol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkeol.py b/checkeol.py
index 5d18d9e3..cc0cab3b 100644
--- a/checkeol.py
+++ b/checkeol.py
@@ -32,6 +32,7 @@ check_files("coverage", ["*.py", "*.c"])
check_files("coverage/htmlfiles", ["*.html", "*.css", "*.js"])
check_files("test", ["*.py"])
check_files("test", ["*,cover"], trail_white=False)
+check_files("test/js", ["*.js", "*.html"])
check_file("setup.py")
check_files("doc", ["*.rst"])
check_files(".", ["*.txt"])