aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-09 19:00:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-09 19:00:28 +0300
commit8e2bd7d8326362bea36428dccbaab53860e28774 (patch)
tree8318bc49421d6b8a12025859b0a5b885c07cae05 /test/README.md
parenttest/800-38a.py: change default log file name (diff)
downloadaes-tools-8e2bd7d8326362bea36428dccbaab53860e28774.tar.gz
aes-tools-8e2bd7d8326362bea36428dccbaab53860e28774.zip
test/800-38a.py: get rid of unittest
Diffstat (limited to '')
-rw-r--r--test/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/README.md b/test/README.md
index b195db6..fd0f37c 100644
--- a/test/README.md
+++ b/test/README.md
@@ -55,6 +55,4 @@ using
python 800-32a.py -r C:\build\test\Debug -e
-You can investigate what went wrong (if it did) by logging calls to the `*_encrypt.exe` and `*_decrypt.exe` utilities by passing the `--log/-l FILENAME` option to the script.
-
-The tests are really Python's `unittest` `TestCase`s, so the output of the script should be self-explanatory and familiary to users with prior Python testing experience.
+The script writes a log file, with a short summary at the end.