summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-18 08:18:50 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-18 08:18:50 -0500
commitb5bac76fb7f5cd7b275eb9d963e8fba7275d4c6e (patch)
tree8c7e4b6019c652b7b84b07e94259e06f322f297b
parente5e4d5ea6afce887a75eb2d28af9117ad360b46e (diff)
downloadpython-coveragepy-git-b5bac76fb7f5cd7b275eb9d963e8fba7275d4c6e.tar.gz
nose --with-ids is useful.
-rw-r--r--.hgignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 68d0afd0..41058479 100644
--- a/.hgignore
+++ b/.hgignore
@@ -25,6 +25,7 @@ MANIFEST
setuptools-*.egg
.tox
.tox_kits
+.noseids
# Stuff in the test directory.
zipmods.zip
diff --git a/Makefile b/Makefile
index 94af5346..9c25cd64 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ clean:
-rm -rf __pycache__ */__pycache__ */*/__pycache__ */*/*/__pycache__ */*/*/*/__pycache__ */*/*/*/*/__pycache__
-rm -f coverage/*,cover
-rm -f MANIFEST
- -rm -f .coverage .coverage.* coverage.xml .metacov*
+ -rm -f .coverage .coverage.* coverage.xml .metacov* .noseids
-rm -f tests/zipmods.zip
-rm -rf tests/eggsrc/build tests/eggsrc/dist tests/eggsrc/*.egg-info
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz