diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-26 06:49:36 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-26 06:49:36 -0400 |
commit | 7a099a2204e6863824f11432c807442f3ad5306c (patch) | |
tree | ccb00b2ba0270388d3d6ae9da3da811b0c36d61c | |
parent | c8881361c3b1377bd44b73754f967a6733c44410 (diff) | |
download | python-coveragepy-git-7a099a2204e6863824f11432c807442f3ad5306c.tar.gz |
Explain the lab directory
-rw-r--r-- | lab/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lab/README.txt b/lab/README.txt new file mode 100644 index 00000000..3263667a --- /dev/null +++ b/lab/README.txt @@ -0,0 +1,4 @@ +The lab directory is not part of the installed coverage.py code. These programs +are tools I have used while diagnosing problems, investigating functionality, +and so on. They are not guaranteed to work, or to be suitable for any given +purpose. If you find them useful, enjoy! |