gpg-lacre/test
Piotr F. Mieszkowski 5f02223ec7 Perform automatic migration to Python 3.x
Use lib2to3 automatic migration tool provided by Python 2.x to convert
codebase to new idioms.

Command line:

find . -type f -name '*.py' \
    -exec python2.7 -m lib2to3 \
    -f all -f idioms -f buffer -f set_literal -f ws_comma -w \
    '{}' '+'
2022-01-10 18:21:20 +01:00
..
certs Keep test/certs directory 2022-01-07 12:03:38 +01:00
keyhome Ignore random_seed 2022-01-10 17:47:23 +01:00
msgin Clean up test messages 2022-01-09 22:00:06 +01:00
e2e.ini Improve test code structure 2022-01-08 13:42:23 +01:00
e2e_test.py Perform automatic migration to Python 3.x 2022-01-10 18:21:20 +01:00
relay.py Perform automatic migration to Python 3.x 2022-01-10 18:21:20 +01:00
test_gnupg.py Add unit tests for GnuPG command-line generator 2022-01-09 21:37:14 +01:00